﻿body {
    /*background-color: #f3f7ff;*/
    margin: 0 0;
}
a {
    text-decoration: none;
}
.width4 {
    width: 96px !important;
}

.width8 {
    width: 159px !important;
}

.lab {
    width: 70px;
}

input.error {
    border: 1px solid #F3827D;
}

label.error {
    color: #E60112 !important;
}

label {
    font-size: 14px;
}

.container {
    /*padding: 47px 0;*/
}

.main {
    /*width: 1100px;*/
    height: 691px;
    margin: 0 auto;
    /* top: 94px; */
    /* letter-spacing: 1px; */
    display: flex;
    background-image: url(../wanfang_files/bgNew.jpg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center center;
}

.main .left {
    width: 50%;
    height: 600px;
    display: inline-block;
    position: relative;
}

.main .left .left-text {
    margin-top: 52px;
    width: 504px;
    text-align: center;
    position: absolute;
    right: 82px;
}

.main .left .left-text-title {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 66px;
}
.main .left .left-text-desc {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.main .right {
    width: 50%;
    /* height: 700px; */
    /* display: inline-block; */
    position: relative;
    /* background-color: #f3f7ff; */
}

.main .right .content {
    width: 732px;
    height: 590px;
    position: relative;
    top: 36px;
    left: -10px;
    background-repeat: no-repeat;
}

.main .right .tabbgl {
    background-image: url(/images/tabbgl.png);
}

.main .right .tabbgr {
    background-image: url(/images/tabbgr.png);
}

.content .tab {
    display: flex;
    justify-content: space-around;
    height: 66px;
    width: 732px;
}
.content .tab-content {
    padding: 23px 38px 31px 38px;
}

.content .tab .tab-item {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding-top: 14px;
    color: #666666;
    cursor: pointer;
}

.content .tab-item .tab-title {
    display: block;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 22px;
}

.content .tab .tab-title-active {
    color: #2B5DB6;;
}

.content .tab-item .tab-bar {
    margin-top: 10px;
    width: 30px;
    height: 4px;
    background: #204BE9;
    border-radius: 2px;
}

.content label {
    font-family: Source Han Sans CN;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.btn {
    white-space: nowrap;
    cursor: pointer;
    /* background: #fff; */
    border: 1px solid #dcdfe6;
    /* border-color: #dcdfe6; */
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 400;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(91deg, #B37BF3, #29CAFF);
    border-radius: 22px;
    width: 150px;
    height: 45px;
    line-height: 45px;
}

.btn-clear {
    white-space: nowrap;
    background: #fff;
    border: 1px solid transparent;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    transition: .1s;
    font-weight: 400;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-size: 18px;
    color: #2B5DB6;
    border-radius: 22px;
    width: 148px;
    height: 43px;
    line-height: 45px;
    cursor: pointer;
}
.btn-clear-box {
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;
    background: linear-gradient(to right, #B37BF3, #29CAFF);
    border-radius: 22px;
}

input {
    border: 1px solid #DDDDDD;
    height: 36px;
    border-radius: 5px;
    font-size: 16px;
}

.input-affix-wrapper {
    position: relative;
    display: inline-block;
    width: 144px;
    padding: 0 11px;
    color: #BBBBBB;
    font-size: 16px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
}

.input-affix-wrapper .input-prefix {
    display: flex;
    flex: none;
    align-items: center;
}

.input-affix-wrapper .input-prefix-middleline {
    margin-left: 10px;
    margin-right: 10px;
    width: 0px;
    height: 17px;
    border-left: 1px solid #DDDDDD;
    /* background: #DDDDDD; */
}

.input-affix-wrapper>input.form-control {
    padding: 0;
    border: none;
    outline: none
}

input::placeholder {
  color: #BBBBBB;
}

input:focus-visible {
   outline-color: #DDDDDD
}

.form-group {
    padding-top: 16px;
}

.btn-group{
    display: flex;
    justify-content: center;
}

.form-group > label.label-requried:before {
    display: inline-block;
    margin-right: 4px;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: "*";
}

.form-group .form-group-item {
    padding-top: 16px;
}

.form-group-item-msg {
    margin-top: 4px;
    height: 30px;
}


.middleline {
    display: inline-block;
    width: 13px;
    border: 1px solid #ccc;
    height: 0px;
    margin-bottom: 5px;
    margin-left: 3px;
}

.changephoto {
    margin-left: 10px;
    cursor: pointer;
    color: #2B5DB6;
    font-size: 16px;
}

/* 页头 */

.top {
    height: 65px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.logo {
    /* height: 65px; */
}

.top-left {
    display: flex;
    align-items: center;
}

.logo-icon {
    /* float: left; */
    margin-left: 84px;
    width: 128px;
    height: 46px;
}

.toIndexBtn {
    margin-left: 95px;
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    width: 150px;
    color: #22a4a9 !important;
    text-align: center;
    border-radius: 13px;
    box-shadow: -5px 0px 5px #eee, 0px -5px 5px #eee, 5px 0px 5px #eee, 0px 5px 5px #eee;
}

.infoBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 80px;
    flex-shrink: 0;
}

.infoBox > img {
    width: 46px;
    height: 46px;
    margin: 9px 20px 9px 20px;
  }

/* 页头结束 */

::-ms-clear,
::-ms-reveal {
    display: none;
}

#graycontent {
    width: 100%;
    height: 100%;
    background: rgba(100,100,100,0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1002;
    text-align: center;
    display: none;
}

/* layui样式 */

.layui-layer-btn {
    text-align: center !important;
    padding: 0 10px 30px;
}

.layui-layer {
    border-radius: 5px !important;
}

.layui-layer-dialog .layui-layer-content {
    padding: 20px 50px !important;
    font-size: 16px !important;
}

.layui-layer-btn .layui-layer-btn0 {
    background-color: #245ED6 !important;
}

.layui-layer-btn a {
    width: 110px !important;
    height: 38px !important;
    line-height: 38px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
}

/* layui样式结束 */

/* 页尾 */
.mar-b-30 {
    margin-bottom: 30px;
}

.mar-b-20 {
    margin-bottom: 20px;
}

.mar-b-15 {
    margin-bottom: 15px;
}

.line-h-30 {
    line-height: 30px !important;
}
.footer-container {
    background: #343539;
    position: relative;
    z-index: 1;
    min-width: 1300px;
}
.footer-container > ul {
    text-align: left;
    width: 1300px;
    margin: 0 auto;
    padding: 15px 0 15px 0;
    display: flex;
    justify-content: space-between;
}

.footer-container > ul > li {
    list-style: none;
    padding: 18px 0 0 0;
}

.footer-container > ul > li > p {
    color: #fff;
    font-weight: bold;
}

.footer-container > ul > li span {
    display: block;
    color: #949498;
    font-size: 14px;
    line-height: 35px;
}

.footer-container > ul > li a {
    display: block;
    color: #949498;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
    text-decoration: none;
}

.footer-container > ul > li a:hover {
    color: #7f7f7f;
}

.footer-container > ul > li img {
    width: 94px;
    height: 94px;
    display: inline-block;
}

.footer-container > ul > li .img-box {
    display: inline-block;
    margin-right: 23px;
    text-align: center;
}

.footer-container > ul > li .img-text {
    text-align: center;
}

.footer-container > ul > li .about-icon {
    width: 27px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

.footer-container > ul > li .about-txt {
    display: inline-block;
    vertical-align: top;
}

.footer-container > ul .border-r {
    border-right: 1px solid #3C3D41;
    width: 280px;
}

.footer-container > ul .border-l {
    border-left: 1px solid #3C3D41;
    ;
    padding-left: 40px;
}

@media screen and (max-width: 1354px) {
    .footer-container > ul {
        width: 1200px;
    }
}

.footer-container > .footer {
    background: #2C2D30;
    border-top: 1px solid #3C3D41;
    font-size: 12px;
    color: #606061;
    line-height: 18px;
    padding: 24px 0 20px;
    text-align: center;
}
.footer-container > .footer > p > span {
        margin-right: 30px;
    }

.footer-container > .footer > p > a {
    color: inherit;
    text-decoration: none;
    margin: 0 5px;
}

.footer-container > .footer > p > a:hover {
    color: #7f7f7f;
}

/* 页尾结束 */