@charset "utf-8";

.header-wrap{
    margin-bottom: 0;
    position: relative;
    background:url(../images/partner/partnerbanner.png);
    height:360px;
    background-size:cover;
    background-repeat:no-repeat;
}
.box-reason{
    width: 1200px;
    margin:0 auto;
    overflow-x:hidden;

}
.desc-text{
    position: relative;
    height: 76px;
    margin-top: 85px;
    color:#585858;
    font-size:20px;
    line-height:35px;
}
.desc-title{
    position: relative;
    margin-top: 73px;
    margin-bottom: 30px;
    height:48px;
    font-size: 24px;
    font-weight: bold;
    color: #2E2E2E;
    text-align: center;
    -webkit-background-clip: text;
}
.box-reason-blue{
    position: relative;
    width: 680px;
    height: 337px;
    float:left;
    margin: 0;
}
#first{
    background:url(../images/partner/blue-back.jpg);

}
#middle{
    background:url(../images/partner/gery-back.png);
}
#end{
    background:url(../images/partner/gery-back.png);
}
.big-diamond{
    background:url(../images/partner/diamond-big.png);
    weight:133px;
    height:125px;
    margin-top:189px;
    margin-right:24px;
}
.box-reason-change{
    display: none;
}
.box-reason-gery{
    width:260px;
    height: 337px;
    float:left;
    border: none;
    margin: 0;
}
.change-blue-gery{
    width:260px;
    transition:all 0.5s ease;
    float:left;
    background-position:left;
}
.change-blue-gery-first{
    width:680px;
    transition:all 0.5s ease;
    float:left;
    background-position:left;
}
.box-reason-con{
    width: 1200px;
    margin:0 auto;
    height:337px;
}
.diamond-small-desc{
    margin-left:60px;
    margin-top:60px;
    float:left;
}
.diamond-big-desc{
    position: absolute;
    float:left;
    margin-left:505px;
    margin-top:-65px;
    float:left;
}
.box-reason-title{
    margin-top:49px;
    margin-left:104px;
    margin-bottom:20px;
    width: 321px;
    height: 53px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 53px;
}
.box-reason-desc{
    line-height:26px;
    font-size: 16px;
    weight:300px;
    margin-left:104px;
    color: #FFFFFF;
    margin-bottom:15px;
}
.icon-link-blue{
    margin-top: 90px;
    margin-left:110px;
}
.box-reason-desc-black{
    position: relative;
    margin-top:65px;
    text-align:center;
    height: 28px;
    font-size: 22px;
    font-weight: 400;
    color: #585858;
    line-height: 28px;
}
.rectangular-line{
    margin-top:14px;
    margin-left:110px;
}
.box-form{
    background:url(../images/partner/geryblueback.jpg);
    height:845px;
    position: relative;
    background-size:cover;
    z-index:0;
}
#tel-getCode-message{
    display:none;
    width:300px;
    height:50px;
    background:#fde2e2;
    border: 1px #fde2e2 solid;
    color:#f56c6c;
    text-align:center;
    line-height:50px;
    font-size:16px;
    border-radius:5px;
    margin:0 auto;
    position: relative;
    animation-name: move;
    animation-duration: 5s;
    z-index:500;
}
@keyframes move {
    0%   {left:0px; top:0px;opacity:0;}
    20%  {left:0px; top:20px;opacity:1;}
    80%	{left:0px; top:20px;opacity:1;}
    100% {left:0px; top:0px;opacity:0;}
}
.box-form-desc{
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align:center;
    padding-top:12px;
}
.desc-title-white{
    color:#FFF;
    position: relative;
    padding-top:79px;
    padding-bottom:12px;
    margin-top:79px;
}
.box-form-white{
    background-color:#fff;
    width:1200px;
    height:512px;
    margin:0 auto;
    border-radius: 5px;
}
.box-form-white-left{
    width:600px;
    height:459px;
    float: left;
}
.box-form-white-right{
    width:600px;
    height:450px;
    float: left;
}
.box-form-input-desc{
    margin-top:18px;
    margin-left:46px;
    height: 35px;
    line-height:35px;
    font-size: 16px;
    font-weight: 400;
    color: #186CF5;
    display: flex;align-items: center;
}
.box-form-input-desc img{
    display: flex;align-items: center;justify-content: center;
}
.box-form-input{
    height:39px;
    width:530px;
    margin-left:46px;
    padding-left:15px;
    border-radius: 5px;
    border: 1px solid rgba(58, 58, 58, 0.25);
    background: rgba(0, 0, 0, 0.0);
}
.box-form-input-top{
    margin-top:32px;
}
input,textarea {
    outline: none;
    resize: none;
}
textarea{
    line-height:34px;
}
.check{
    border-color:#f56c6c;
}
.box-form-input-right{
    margin-left:24px;
}
.autocomplete {
    /*容器定位设置为 relative:*/
    position: relative;
    display: inline-block;
    width: 551px;
}
.autocomplete-items {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    border: 1px solid #e4e7ed;
    position: absolute;
    margin-left:34px;
    z-index: 99;
    /*设置自动填充项宽度与容器相同*/
    top: 100%;
    margin-top:5px;
    height: 280px;
    overflow: auto;
    width:551px;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    cursor: pointer;
    padding:0 20px;
    color: #606266;
    font-size: 14px;
    line-height: 34px;
    background-color: #fff;
}
.autocomplete-items div:hover {
    /*鼠标移动到填充项设置的背景颜色*/
    background-color: #f5f7fa;
}
.autocomplete-active {
    /*使用箭头键浏览填充项时的背景颜色*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}
.box-form-input::-webkit-input-placeholder{
    width: 150px;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(107, 107, 107, 0.50);
}
.box-form-input-desc-spec{
    width:580px;
    height:70px;
    position:relative;
}
.code{
    position: absolute;
    top: 10px;
    right: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #186cf5;
    line-height: 20px;
    cursor: pointer;
}
.submit{
    width:110px;
    height:38px;
    margin:0 auto;
    margin-top:33px;
}
.submit-blue{
    background:#186CF5;
    border-radius:5px;
    height:38px;
    width: 110px;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    border-style: none;
}
.submit-blue:hover{
    background:#1584f3;
}
.submit-success{
    position: fixed;
    top:15%;
    left:35%;
    height:497px;
    width:470px;
    z-index:200;
    background:url(../images/partner/submit-success-back.png);
}
.submit-success-img{
    margin:90px 190px 29px;
}
.submit-success-title{
    width: 96px;
    height: 33px;
    font-size: 24px;
    font-weight: bold;
    color: #202124;
    margin:0 auto;
}
.submit-success-desc{
    width: 346px;
    height: 22px;
    margin: 7px auto 80px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #202124;
}
.masking{
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.3);
    z-index:100;
}
.submit-ok{
    margin:0 auto;
    background:url(../images/partner/submit-ok.png);
    color:#fff;
    width: 110px;
    height: 46px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    border-style: none;
}
.box-product{
    background-color:#fff;
    height:839px;
    width:100%;
    position: relative;
    margin-buttom:79px;
}
.desc-title-three{
    padding-top:82px;
    padding-button:30px;
    margin:0 auto 78px;
}
.box-product-desc{
    margin:0 auto;
    height:424px;
    width:1214px;
}
.box-product-desc-right{
    background:url(../images/partner/right-back.png);
    width: 1200px;
    height:424px;
}
.box-product-blue-desc{
    position: relative;
    margin-left:22px;
    padding-top:15px;
    width: 300px;
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #186CF5;
}
.box-product-desc-title{
    text-align:center;
    width: 300px;
    height: 65px;
    font-size: 16px;
    font-weight: bold;
    line-height: 65px;
    color: #585858;
    border-bottom:2px solid rgba(24, 108, 245, 0.2);
    float:left;
}
.box-product-desc-title:hover{
    color: #186CF5;
    border-bottom:4px solid rgba(24, 108, 245, 1);
}
.box-product-desc-title:hover .box-product-desc-desc{
    color: #186CF5;
    background: linear-gradient(180deg, rgba(88, 140, 245, 0.1) 0%, rgba(24, 108, 245, 0.03) 81%, rgba(24,108,245,0) 100%);
}
.box-product-desc-desc{
    width:300px;
    text-align:center;
    font-size: 14px;
    line-height: 40px;
    height:359px;
    font-weight: normal;
    color: #585858;
    border:none;
    padding-top:16px;
}
.box-product-desc-desc a:hover  {
    color: #186CF5;
    background: linear-gradient(180deg, rgba(24, 108, 245, 0.03) 0%, rgba(24, 108, 245, 0.03) 81%, rgba(24,108,245,0) 100%);
}
.box-product-under{
    margin:0 auto;
    height:66px;
    width:1214px;
}
.box-product-under-title{
    margin:55px auto 0px;
    text-align:center;
    height: 28px;
    font-size: 24px;
    font-weight: bold;
    color: #2E2E2E;
}
.under-product-desc{
    background-color:rgba(226, 226, 226, 0.25);
    margin-top:27px;
    padding-buttom:79px;
    width: 172px;
    height: 66px;
    line-height: 66px;
    text-align:center;
    font-size: 16px;
    font-weight: bold;
    color: #585858;
    float: left;
}
.under-product-desc:hover{
    background:url(../images/partner/under-right-blue.png);
    color: #186CF5;
}
.under-product-desc:hover a{
    color: #186CF5;
}