html {
    background-color: #F3F3F3;
}

.navbar-default {
    border-bottom: 1px solid #e7e7e7;
}
.fz17 {
    font-size: 17px;
}
.nomal_link {
    color: #3D8CCA;
}
.nomal_link:hover {
    text-decoration: underline;
}
/**** 首页banner登录样式 ****/
.index_mian {
    height: 400px;
    position: relative;
    z-index: 0
}

.index_banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.index_banner ul {
    height: 400px;
    width: 100%;
    position: relative
}

.index_banner ul li {
    height: 400px;
    width: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center 0
}
.index_banner ul li.img_01 {
    background-image: url(../index_images/index_banner_02.jpg)
}
.index_banner ul li.img_02 {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url(../index_images/index_banner_01.jpg)
}

.index_banner ul li.img_03 {
    background-image: url(../index_images/index_banner_03.jpg)
}

.index_banner ul li.img_04 {
    background-image: url(../index_images/index_banner_04.jpg)
}


.index_login {
    width: 1002px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.index_login .link {
    display: block;
    height: 100%;
    width: 685px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.index_login .lef {
    width: 694px;
    float: left;
    height: 400px
}

.index_login .lef a {
    display: none;
    width: 100%;
    height: 400px;
    overflow: hidden;
    text-indent: -1000em
}

.index_login .lef a.current {
    display: block
}

:root .index_login .rig {
    filter: none;
}

.index_login .rig {
    position: relative;
    width: 308px;
    float: right;
    background-color: #fff;
    margin-top: 36px
}
.index_login .tab-a-box {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
.index_login .tab-a-box a{
    display: block;
    width: 60px;
    height: 60px;
    background-image: url("../index_images/tab-a.png");
    background-position: 0 -60px;
    background-repeat: no-repeat;
}
.index_login .rig .til {
    padding-top: 15px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 45px;
}
.index_login .rig .til a {
	color: #666;
	padding: 0 10px;
}

.index_login .rig .til a.on {
	font-size: 16px;
	font-weight: bold;
}

.index_login .rig ul {
    padding: 10px 27px 0
}

.index_login .rig ul li {
    padding-bottom: 15px;
    *padding-bottom: 12px;
    position: relative
}

.index_login .rig ul li input.txt {
    width: 211px;
    height: 16px;
    padding: 10px 0 10px 40px;
    line-height: 16px;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline: none;
}

.index_login .rig ul li input.txt:focus {
    border: 1px solid #3d9edd;
}

.index_login .rig ul li .input_bar {
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 211px;
    padding-left: 40px;
    line-height: 40px;
    z-index: 2;
    cursor: text
}

.index_login .rig ul li i {
    width: 16px;
    background: url(../index_images/login_iocn.png) no-repeat;
    position: absolute;
    left: 15px;
}

.index_login .rig li i.account {
    height: 18px;
    background-position: 0 0;
    top: 12px
}

.index_login .rig li i.password {
    height: 20px;
    background-position: -19px 0;
    top: 10px
}

.index_login .rig li i.phone {
	height: 20px;
	background-position: -38px 0;
	top: 10px
}

.index_login .rig li i.vnum {
	height: 20px;
	background-position: -55px 0;
	top: 10px
}

.index_login .rig li .btn {
    width: 255px;
    height: 40px;
    background-color: #3D8CCA;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 18px;
    border: none;
}

.index_login .rig li .btn:hover {
    background-color: #3C84BC
}

.index_login .rig li .login_error {
    background-color: #ffebe8;
    border: 1px solid #c00;
    border-radius: 2px;
    position: absolute;
    top: -10px;
    left: -7px;
    height: 30px;
    width: 270px;
    text-align: center;
    line-height: 30px;
    display: none
}

.index_login .rig li .other_login {
    color: #666;
    cursor:pointer;
    margin-left: 75px;
}

.index_login .rig li a.other_login:hover {
    text-decoration: none
}

.index_login .rig li .other_login u {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../index_images/login_iocn.png) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.index_login .rig li .other_login u.tencent {
    background-position: 0 -24px
}

.index_login .rig li .other_login u.sina {
    background-position: -23px -24px
}

.banner_page {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    z-index: 5
}

.banner_page a {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #fff;
    opacity: 0.7;
    line-height: 35px;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #666;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.banner_page a:hover{
    background-color: #3d9edd;
    color: #fff;
    opacity: 0.7;
}
/**** 首页banner登录样式结束 ****/

/*公告*/
.index-notices {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}
.index-notices .container {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}
.index-notices .container a {
    color: #666;
}
/* TAB */
.tab-index-a {
    text-align: center;
    z-index: 1000000;
    width: 1000px;
    margin: 30px auto 0;
}
.tab-index-a > a {
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    background-color: #FFFFFF;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}
.tab-index-a > a:hover {
    color: #3D8CCA;
}
.tab-index-a > a.active {
    background-color: #3D8CCA;
    color: #FFFFFF;
    border-bottom: 1px solid transparent;
}
.tab-index-a > a.active:hover {
    color: #FFFFFF;
}

/* FEATURES PART */

.features {
    width: 1000px;
    margin: 40px auto 0;
    overflow: hidden;
}

.features ul {
    overflow: hidden;
}

.features li {
    float: left;
    padding: 30px;
    position: relative;
    text-align: left;
    width: 270px;
    min-height: 200px;
    background-color: #f3f3f3;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.features li:hover {
    border-bottom: 1px solid #3d9edd;
    background-color: #FFFFFF;
}
.features li span {
    margin: 10px auto 15px;
    opacity: 1;
    width: 75px;
    height: 75px;
    display: block;
    background-image: url("../index_images/index-icon.png");
    background-repeat: no-repeat;
}

.feature-icon1 {
    background-position: 0 0;
}

.feature-icon2 {
    background-position: 0 -80px;
}

.feature-icon3 {
    background-position: 0 -160px;
}

.feature-icon4 {
    background-position: 0 -240px;
}

.feature-icon5 {
    background-position: 0 -320px;
}

.feature-icon6 {
    background-position: 0 -400px;
}

.feature-icon7 {
    background-position: 0 -480px;
}

.feature-icon8 {
    background-position: 0 -560px;
}

.feature-icon9 {
    background-position: 0 -640px;
}

.feature-icon10 {

}

.features h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: -0.3px;
}

.features h4 a {
    color: #333;
    letter-spacing: -0.3px;
}

.features p a {
    color: #666;
}

.features .features-screenshots {
    margin-bottom: 0;
}

.features .customer-quote {
    padding: 20px 3% 40px;
    text-align: center;
    width: 26.5%;
}

.features .customer-quote img {
    padding: 50px 0 20px;
    margin: 0;
    color: #fff;
}

.more-features {
    padding: 50px 0 30px;
    text-align: center;
    clear: both;
}

.more-features a {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    margin: 0 auto;
    max-width: 210px;
    padding: 15px 15px;
    text-align: center;
    text-transform: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline: none;
}
.more-features a:hover{
    border: 1px solid #3d9edd;
}

.hufen-img {
    margin: 40px auto 0;
    text-align: center;
}

/*
 * Checkbox Radio
 */

input[type = "checkbox"],
input[type="radio"]{
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background: #fff;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus{
    outline: none;
}
.checkbox,.radio{
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 1px;
}
.checkbox-default,
.radio-default {
    background-color: #f3f3f3;
    border-color: #e7e7e7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.checkbox-states-1:checked, .radio-states-1:checked {
    background: #3d9edd !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.radio-states-1:checked::after {
    display: block;
    position: relative;
    content: '';
    left: 4px;
    top: 4px;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: white;
}
.checkbox-states-1:checked::after {
    display: block;
    position: relative;
    content: '';
    height: 4px;
    width: 10px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    -webkit-transform: translate(2px, 4px) rotate(-45deg);
}
a:focus, *:focus {
    noFocusLine: expression(this.onFocus=this.blur());
}
.footer-box {
    width: 850px;
}


/*weixin login*/
.q-code-login {
    height: 238px;
    text-align: center;
    padding-top: 33px;
}
.q-code-login img,
.q-code-login canvas {
    height: 150px;
    width: 150px;
    padding: 10px;
    border: 1px solid #e7e7e7;
}
.q-code-login p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.trans {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tab-indexbox {
    height: 275px;
    overflow: hidden;
}

/*验证码*/
.gvc-box {
	position: absolute;
	height: 38px;
	line-height: 38px;
	right: 0;
	top: 0;
	padding: 0 15px;
}
.gvc-box a {
	color: #3D8CCA;
}
.gvc-box span {
	color: #999;
}

/*选择账号*/
.model-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(30,41,46,0.5);
	transition: all 0.2s ease-in;
	z-index: 1000;
}
.wechat-pay-qrcode {
	position: fixed;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1001;
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 10px;
}
.wechat-pay-qrcode h2 {
	font-size: 16px;
	color: rgb(65, 80, 88);
	text-align: center;
	font-weight: 500;
	margin: 36px 0 18px;
}
.wechat-pay-qrcode .qrcode-main * {
	width: 100%;
}

.wechat-pay-qrcode a.back {
	display: block;
	width: 320px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	background-color: rgb(247, 247, 247);
	color: rgb(31, 41, 46);
	border-radius: 0 0 10px 10px;
}
.account-select {
	padding: 20px;
}

.account-select li a {
	display: block;
	width: 280px;
	padding: 20px;
	background-color: #f3f3f3;
	box-sizing: border-box;
	border-radius: 6px;
	margin-bottom: 20px;
	font-size: 14px;
	border: 1px solid transparent;
}
.account-select li a:hover {
	border: 1px solid #155bd4;
	background-color: #fff;
}