.flex {
    display: flex;
}
.header {
    width: 1200px;
    height: 146px;
    margin: 0 auto;
    background-color: #fff;
}
.flex-between {
    display: flex;
    justify-content: space-between;
}
.extend-platform {
    height: 46px;
}
.logo-box {
    padding-top: 42px;
    height: 66px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    box-sizing: content-box;
}
.logo-box > img {
    display: inline-block;
    vertical-align: top;
    height: 66px;
}
.logo-separate {
    margin: 0 40px;
    position: relative;
    top: 13px;
    display: inline-block;
    width:1px;
    height:40px;
    background-color: #666666;
}
.last-logo {
    margin-left: 47px;
}
.system-platform {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}
.third-platform {
    display: inline-block;
    vertical-align: top;
    padding-top: 51px;
    height: 46px;
    box-sizing: content-box;
    font-size: 0;
}
.third-platform > .img-box {
    margin-left: 16px;
    width: 46px;
    height: 46px;
    display: inline-block;
    background-size: 100% 100%;
    cursor: pointer;
}
.third-platform > .img-box:first-child {
    margin-left: 0;
}
.login-btn,.login-user-info {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    padding-top: 56px;
}
.login-btn > a {
    display: block;
    width: 88px;
    height: 36px;
    border-radius:18px;
    background-color: #147DCE;
    color: #fff;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
}
.login-btn > a.user-account{
    background-color: #fff;
    line-height: 35px;
    color: #333;
}
.login-btn > a:hover {
    text-decoration: none;
    background-color: #2c95e6;
}
.login-btn > a.user-account:hover {
    background-color: #fff;
    color:#2c95e6;
    text-align: center;
}
.language-box {
    margin-left: 40px;
    padding-top: 67px;
    display: inline-block;
    vertical-align: top;
    color: #222222;
    font-size: 0;
}
.language-box > a {
    display: inline-block;
    vertical-align: top;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    color: #222;
}
.language-box > a:hover {
    text-decoration: none;
}
.language-box > a:first-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #222;
}
.language-box > a.active {
    color: #11A8DE;
}
.language-box > a:first-child.active {
    border-right: 1px solid #11A8DE;
}
.nav-menus {
    height: 58px;
    background-color: #147DCE;
}
.nav-menus-son {
    height: 50px;
    position: relative;
    /*width: 99.3vw;*/
    z-index: 9999;
    background: rgba(255,255,255,.8);
    box-shadow: 0px 1px 0px 0px #EBEBEB;
}
.about-hover{
    display: none;
}
.nav-menus > .navs {
    width: 1200px;
    margin: 0 auto;
}
.nav-menus-son > .navs {
    margin: 0 auto;
}
.nav-menus > .navs ul {
    text-align: center;
    height: 58px;
    margin: 0 !important;
}
.nav-menus-son > .navs {
    width:  825px;
    margin: 0 auto;
}
.nav-menus > .navs li {
    margin-left: 102px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 4px solid transparent;
    font-size: 18px;
    font-weight: bold;
    line-height: 54px;
    height: 58px;
    color: #fff;
}
.nav-menus-son > .navs li {
    margin-left: 80px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 4px solid transparent;
    font-size: 16px;
    line-height: 30px;
    height: 40px;
    margin-top: 10px;
    color: #fff;
}
.nav-menus-son > .navs li:hover a{
    color: #0980CF;
}
.nav-menus > .navs li:first-child {
    margin-left: 0;
}
.nav-menus-son > .navs li:first-child {
    margin-left: 0;
}
.nav-menus > .navs li a {
    color: #fff ;
}
.nav-menus-son > .navs li a {
    color: #222222 ;
}
.nav-menus > .navs li.active {
    border-bottom: 4px solid #fff;
}
.nav-menus-son > .navs li.active {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    border-radius: 20px;
    font-weight: bold;
}
.nav-menus-son > .navs li.active a {
    color: #6BB662 !important;
}
.foot-wrap {
    /* height: 290px; */
    background-color: #68B861;
}
.foot {
    padding-top: 50px;
    width: 1200px;
    margin: 0 auto;
}
.foot .links{
    flex-grow: 1;
    display: flex;
    font-size: 14px;
}
.foot .code {
    flex: 0 0 auto;
    width: 122px;
}
.foot .links li {
    margin-top: 3px;
    line-height: 21px;
}
.foot .links li:first-child {
    margin-top: 0;
}
.foot .links li a{
    color: #fff;
}
.foot .links li a:hover{
    text-decoration: underline !important;
}
.foot .link-row-1 {
    margin-right: 108px;
}
.foot .link-row-2{
    margin-right: 120px;
}
.foot .link-row-1 li:last-child {
    margin-top: 27px;
}
.foot .link-row-1 li:last-child a {
    color: #fff;
    text-decoration: underline;
}
.foot .third-platform {
    margin-top: 14px;
    padding-top: 0;
}
.foot .code-list {
    font-size: 0;
}
.foot  .code-box {
    display: inline-block;
    vertical-align: top;
}
.foot  .code-box:last-child {
    margin-left: 40px;
}
.foot  .code-box  img{
    display: block;
    width: 122px;
    height: 122px;
}
.foot .code-tip {
    margin-top: 11px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.foot .cory-right {
    margin-top: 38px;
    width: 100%;
    border-top: 1px solid #9CE196;
    line-height: 55px;
    text-align: center;
    color: #98DE91;
    font-size: 12px;
}
.login-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 999999;
}
.login-form-box {
    padding: 0 45px;
    position: absolute;
    width: 470px;
    height: 530px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    color: #65B561;
    box-sizing: border-box;
}

.login-wrap .type-form {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 108px;
    height: 102px;
    background: url("../images/common/login-type.png") no-repeat;
    cursor: pointer;
}
.login-wrap .type-form .iconfont {
    position: absolute;
    top: 12px;
    right: 25px;
    font-size: 45px;
}
.type-tip {
    position: absolute;
    top: 14px;
    right: 98px;
    height: 24px;
    padding: 0 14px;
    border: 1px solid #65B561;
    font-size: 14px;
}
.type-tip:after {
    position: absolute;
    right: -7px;
    top: 5px;
    content: '';
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #65B561;
}
.type-tip:before {
    position: absolute;
    right: -5px;
    top: 6px;
    content: '';
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    z-index: 1;
}
.login-form-title {
    padding-bottom: 29px;
    margin-top: 82px;
    font-size: 30px;
    line-height: 30px;
    border-bottom: 1px solid #DCDCDC;
    text-align: center;
    font-weight: bold;
}
.login-code-box {
    margin: 0 auto;
    margin-top: 44px;
    width: 235px;
    height: 235px;
    padding: 22px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
}
.user-code-tip {
    text-align: center;
    font-size: 0;
    margin-top: 26px;
}
.user-code-tip span {
    display: inline-block;
    vertical-align: top;
    height: 25px;
    line-height: 25px;
}
.user-code-tip span.iconfont {
    font-size: 25px;
    margin-right: 11px;
}
.user-code-tip span:last-child {
    font-size: 20px;
    color: #666;
}
.close-login-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -74px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}
.close-login-wrap .iconfont {
    font-size: 40px;
}
.login-register-form {
    padding: 0 12px;
}
.login-wrap .form-item {
    margin-top: 10px;
    color: #868686;
}
.login-wrap .form-item .input-box {
    padding-left: 37px;
    height: 45px;
    border: 1px solid #DCDCDC;
    border-radius:3px;
    font-size: 16px;
}
.login-wrap .form-item.no-icon-input .input-box{
    padding-left: 15px;
}
.input-phone {
    position: relative;
}
.input-phone:after {
    font-family: "iconfont" !important;
    display: block;
    content: '\e6ec';
    position: absolute;
    font-size: 16px;
    line-height: 43px;
    left: 15px;
    color: #868686;
}
.region-number {
    position: relative;
    flex: 0 0 auto;
    padding-right: 11px;
    line-height: 43px;
    font-size: 16px;
}
.region-number:after {
    position: absolute;
    content: '';
    right: 0;
    top: 12px;
    width: 2px;
    height: 21px;
    background-color: #DCDCDC;
}
.region-text-62 {
    width: 76px;
}
.input-phone .input {
    flex: 1;
}
.input-box .input input {
    width: 100%;
    height: 100%;
    line-height: 43px;
    padding: 0 10px;
    background-color: transparent;
    font-size: 16px;
}
.login-register-form .error-info {
    height: 14px;
    line-height: 14px;
    color: #F15D58;
    margin-top: 6px;
    font-size: 14px;
}

.input-image-code {
    position: relative;
}
.input-image-code:after {
    font-family: "iconfont" !important;
    display: block;
    content: '\e601';
    position: absolute;
    font-size: 16px;
    line-height: 43px;
    left: 15px;
    color: #868686;
}
.input-image-code .input {
    padding-right: 120px;
    line-height: 43px;
}
.input-image-code .image-code-box {
    position: absolute;
    top: 8px;
    right: 16px;
    width: 77px;
    height: 28px;
    border-radius: 3px;
    cursor: pointer;
}
.input-image-code .image-code-box img {
    display: block;
    width: 100%;
    height: 100%;
}
.input-message-code {
    position: relative;
}
.input-message-code:after {
    font-family: "iconfont" !important;
    display: block;
    content: '\e7bb';
    position: absolute;
    font-size: 16px;
    line-height: 43px;
    left: 15px;
    color: #868686;
}
.input-message-code .input {
    padding-right: 160px;
    height: 43px;
    line-height: 43px;
}
.input-message-code .code-time {
    position: absolute;
    top: 0;
    right: 21px;
    width: 120px;
    height: 43px;
    line-height: 43px;
    text-align: right;
    color: #087FCE;
    cursor: pointer;
}
.code-time.disabled{
    cursor: not-allowed!important;
    color: #999!important;
}
.btn-disabled {
    cursor: not-allowed!important;
    color: #fff;
    background-color: #999!important;
}
.disabled-center {
    cursor: not-allowed!important;
    color: #fff;
    background-color: #999!important;
}
.input-message-code .not-allowed {
    color: #999;
    cursor: not-allowed;
}
.login-wrap .form-submit {
    display: block;
    margin-top: 30px;
    height: 50px;
    border-radius:5px;
    text-align: center;
    line-height: 50px;
    background-color: #087FCE;
    color: #fff;
    font-size: 18px;
}
.login-register-form .link-password {
    margin-top: 9px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #333333;

}
.input-password {
    position: relative;
}
.input-password:after {
    font-family: "iconfont" !important;
    display: block;
    content: '\e632';
    position: absolute;
    font-size: 16px;
    line-height: 43px;
    left: 15px;
    color: #868686;
}
.login-register-form .forget-box {
    font-size: 0;
    color: #406792;
    line-height: 16px;
    height: 16px;
    margin-top: 9px;
}
.login-register-form .forget-box a {
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.login-register-form .forget-box a:last-child {
    padding-right: 0;
    padding-left: 10px;
    border-left: 1px solid #406792;
}
.login-form-box .small-space .form-item {
    margin-top: 0;
}
.register-xy {
    margin-top: 24px;
    font-size: 0;
}
.register-xy > *{
    display: inline-block;
    vertical-align: top;
}
.register-xy > input[type=checkbox] {
    margin-top: 0;
    margin-right: 4px;
}
.register-xy > span {
    height: 13px;
    color: #909090;
    line-height: 13px;
    font-size: 13px;
}


.theme-blue {
    color: #087FCE;
}
.theme-blue .type-tip {
    border: 1px solid #087FCE;
}
.theme-blue .type-tip:after {
    border-left: 6px solid #087FCE;
}
.theme-orange {
    color: #F8981D;
}
.theme-orange .type-tip {
    border: 1px solid #F8981D;
}
.theme-orange .type-tip:after {
    border-left: 6px solid #F8981D;
}
.theme-orange .form-submit {
    background-color: #F8981D;
}
.theme-green {
    color: #419338;
}
.theme-green .type-tip {
    border: 1px solid #419338;
}
.theme-green .type-tip:after {
    border-left: 6px solid #419338;
}
.theme-green .form-submit {
    background-color: #419338;
}
.theme-green .code-time {
    color: #419338;
}
.theme-green .region-text-62 {
    color: #419338;
}

.theme-red {
    color: #EB2B8D;
}
.theme-red .type-tip {
    border: 1px solid #EB2B8D;
}
.theme-red .type-tip:after {
    border-left: 6px solid #EB2B8D;
}
.theme-red .form-submit {
    background-color: #EB2B8D;
}
.theme-red .code-time {
    color: #EB2B8D;
}

/*分页样式*/
.layui-laypage a, .layui-laypage span {
    padding: 0;
}
.pageations-extend-wrap #pageations a,
.pageations-extend-wrap #pageations .layui-laypage-curr {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    line-height: 36px;
    text-align: center;
    height: 36px;
    border-radius: 3px;
    color: #333;
    background-color: #F8F8F8;
}
.pageations-extend-wrap #pageations .layui-laypage-curr{
    background: #0880CE;
    color: #fff;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #0880CE;
    color: #fff;
}
.pageations-extend-wrap #pageations a.layui-laypage-prev,
.pageations-extend-wrap #pageations a.layui-laypage-next {
    width: 70px;
}
.pageations-extend-wrap #pageations .layui-laypage >a,
.pageations-extend-wrap #pageations .layui-laypage >span {
    margin-left: 10px;
}
.pageations-extend-wrap #pageations .layui-laypage .layui-laypage-spr {
    line-height: 36px;
}
.head-user-photo-box {
    position: relative;
    top: -32px;
    left: 0;
    width: 88px;
    cursor: pointer;
}
.head-user-photo-box > .user-photo {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 100%;
}
.head-user-photo-box > .user-photo img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
}
.head-user-photo-box .user-tip {
    margin: 10px auto 0 auto;
    display: block;
    background-color: #666666;
    border-radius:8px;
    width:88px;
    height:30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0,30px,0);
}
.head-user-photo-box:hover .user-tip{
    visibility: visible;
    opacity: 1;
    transform: translate3d(0,0,0);
    transition: all .5s;
}

.scan-image{
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0.7;
}
.scan-image-background{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 300;
    cursor: pointer;
    transform: translate(-50%,-50%);
}
.scan-image-title{
    position: absolute;
    text-align: center;
    top: 21px;
    left: 230px;
    color: #FFE372;
    font-size:18px;
    font-weight: 500;
}
.scan-pic{
    width: 220px;
    height: 220px;
    position: absolute;
    top: 150px;
    left: 210px;
    border-radius: 5px;
}
.scan-pic-world{
    position: absolute;
    text-align: center;
    color: #ffffff;
    top: 387px;
    left: 240px;
    cursor: pointer;
    text-shadow:0px 1px 2px rgba(130,9,0,1);
}
#swtColse{
    top: 106px !important;
    right: 36px !important;

}
