/*  1920 */


/**************************************************************************************
 **************
 ************** connect form
 **************
****************************************************************************************/

.connect-form {
    width: 100%;
    height: 545px;
    background-color: #f5f4f4;
    padding: 20px 0 0;
}

.connect-form .view {
    width: 1680px;
    margin: 0 auto;
}

.connect-form .icon {
    text-align: center;
}

.connect-form .icon i {
    /* background: url('../img/1280-icon.png') no-repeat -130px -38px;
    width: 40px;
    height: 24px;*/
    background: url('../img/icon.png') no-repeat -25px -235px;
    width: 50px;
    height: 30px;
    display: inline-block;
}

.connect-form .bottom-title {
    margin-top: 21px;
    width: 100%;
    text-align: center;
}

.connect-form .bottom-title span {
    font-family: PingFangSC-Semibold;
    text-align: center;
    font-size: 82px;
    color: #444444;
    letter-spacing: 0;
    position: relative;
}

.connect-form .bottom-title em {
    position: absolute;
    right: -18px;
    top: 0;
    font-style: normal;
    font-family: PingFangSC-Medium;
    font-size: 24px;
}

.connect-form ul {
    width: 100%;
    margin-top: 59px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.connect-form ul li {
    text-align: center;
}

.connect-form ul li span {
    font-family: PingFangSC-Light;
    flex: 1;
    font-size: 52px;
    color: #444444;
    letter-spacing: 0;
    text-align: justify;
}

.connect-form ul li p {
    font-size: 16px;
    color: #444444;
    letter-spacing: 0;
    text-align: center;
}

.connect-form .form-view {
    width: 100%;
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.connect-form .form-view .l {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.connect-form .form-view .l span {
    font-size: 18px;
    color: #444444;
    letter-spacing: 0;
    text-align: justify;
}

.connect-form .form-view .l span.phone {
    font-family: PingFangSC-Medium;
    margin-left: 10px;
    font-size: 48px;
    color: #FF1240;
    letter-spacing: 0;
    text-align: justify;
    margin-right: 10px;
}


/*.connect-form .form-view .l em{
    width: 250px;
    height: 50px;
    margin-left: 10px;
    background: url("../img/free3.png");
    background-size: 100% 100%;
}
.connect-form .form-view .l em a{
    width: 100%;
    height: 100%;
    display: block;
}*/

.connect-form .form-view .l a:nth-child(3) {
    margin-left: 10px;
    width: 250px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #FF1240;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.connect-form .form-view .l a:nth-child(3) img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    display: inline-block;
}

.connect-form .form-view .r {
    width: 600px;
    height: 50px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.connect-form .form-view .r input {
    /* flex: 1; */
    height: 100%;
    outline: none;
    border: 1px solid #4284ED;
    padding-left: 14px;
    box-sizing: border-box;
    font-size: 16px;
}

.connect-form .form-view .r input::placeholder {
    color: #999;
}

.connect-form .form-view .r div {
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.connect-form .form-view .r .guest_add_connect {
    background: #4284ED;
    display: inline-block;
}


/*  2020-11-26  修改样式 二级页面增加验证码  */

.connect-form .form-view .r .codeIndex {
    width: 130px;
    margin-left: 10px;
    border-right: 0;
    vertical-align: top;
}

.connect-form .guest_phone_connect {
    width: 210px;
}

.connect-form .getMessageCodeIndex {
    width: 99px;
    border: solid 1px #4284ED;
    display: inline-block;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0px;
    color: #222222;
    text-align: center;
    cursor: pointer;
    background: #fff;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    border-left-color: #ddd;
    vertical-align: top;
}


/*  2020-11-26  修改样式 二级页面增加验证码  */


/**************************************************************************************
 **************
 ************** connect form
 **************
****************************************************************************************/


/*  1920 */


/* 1680 1680 */

@media screen and (max-width: 1899px)and (min-width: 1580px) {
    .connect-form {
        padding: 34px 0 0;
    }
    .connect-form .view {
        width: 1520px;
    }
    .connect-form .form-view .l span.phone {
        margin-left: 2px;
        font-size: 30px;
    }
    .connect-form .form-view .r {
        width: 570px;
    }
}


/* 1680 1680 */


/* 1366 */

@media screen and (max-width: 1579px)and (min-width: 1281px) {
    /**************************************************************************************
         **************
         ************** connect form
         **************
        ****************************************************************************************/
    .connect-form {
        height: 430px;
        padding: 34px 0 0;
    }
    .connect-form .view {
        width: 1246px;
    }
    .connect-form .icon {
        text-align: center;
    }
    .connect-form .icon i {
        background: url('../img/icon.png') no-repeat -25px -235px;
        width: 50px;
        height: 30px;
        display: inline-block;
    }
    .connect-form .bottom-title {
        font-size: 68px;
        margin-top: 17px;
    }
    .connect-form ul {
        margin-top: 32px;
    }
    .connect-form ul li span {
        font-size: 42px;
    }
    .connect-form ul li p {
        font-size: 14px;
    }
    .connect-form .form-view {
        margin-top: 55px;
    }
    .connect-form .form-view .l {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .connect-form .form-view .l span {
        font-size: 14px;
    }
    .connect-form .form-view .l span.phone {
        margin-left: 2px;
        font-size: 28px;
        color: #FF1240;
    }
    .connect-form .form-view .l em {
        width: 180px;
        height: 40px;
        margin-left: 2px;
        background: url("../img/1280free3.png");
        background-size: 100% 100%;
    }
    .connect-form .form-view .l a:nth-child(3) {
        width: 180px;
        height: 40px;
        font-size: 16px;
    }
    .connect-form .form-view .l a:nth-child(3) i {
        background: url('../img/icon.png') no-repeat -341px -41px;
        width: 18px;
        height: 18px;
        margin-right: 3px;
        display: inline-block;
    }
    .connect-form .form-view .r {
        height: 40px;
        display: flex;
        margin-left: 40px;
        width: 570px;
    }
    /* ` {
        padding-left: 14px;
    } */
    .connect-form .form-view .r input::placeholder {
        color: #999;
    }
    .connect-form .form-view .r div {
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .connect-form .getMessageCodeIndex {
        width: 99px;
        border: solid 1px #4284ED;
        display: inline-block;
        font-family: PingFangSC-Regular;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: 0px;
        color: #222222;
        text-align: center;
        cursor: pointer;
        background: #fff;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
        border-left-color: #ddd;
    }
    /**************************************************************************************
     **************
     ************** connect form
     **************
    ****************************************************************************************/
}

.contect-title {
    display: none;
}


/* 1366 */


/* 1280 */

@media screen and (min-width:1001px) and (max-width: 1280px) {
    .connect-form {
        height: 430px;
        padding: 34px 0 0;
    }
    .connect-form .view {
        width: 1200px;
    }
    .connect-form .icon {
        text-align: center;
    }
    .connect-form .icon i {
        background: url('../img/icon.png') no-repeat -25px -235px;
        width: 50px;
        height: 30px;
        display: inline-block;
    }
    .connect-form .bottom-title {
        font-size: 68px;
        margin-top: 17px;
    }
    .connect-form ul {
        margin-top: 32px;
    }
    .connect-form ul li span {
        font-size: 42px;
    }
    .connect-form ul li p {
        font-size: 14px;
    }
    .connect-form .form-view {
        margin-top: 55px;
    }
    .connect-form .form-view .l {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .connect-form .form-view .l span {
        font-size: 14px;
    }
    .connect-form .form-view .l span.phone {
        margin-left: 2px;
        font-size: 28px;
        color: #FF1240;
    }
    .connect-form .form-view .l em {
        width: 180px;
        height: 40px;
        margin-left: 2px;
        background: url("../img/1280free3.png");
        background-size: 100% 100%;
    }
    .connect-form .form-view .l a:nth-child(3) {
        width: 180px;
        height: 40px;
        font-size: 16px;
    }
    .connect-form .form-view .l a:nth-child(3) i {
        background: url('../img/icon.png') no-repeat -341px -41px;
        width: 18px;
        height: 18px;
        margin-right: 3px;
        display: inline-block;
    }
    .connect-form .form-view .r {
        height: 40px;
        display: flex;
        margin-left: 40px;
        width: 570px;
    }
    .connect-form .form-view .r input {
        padding-left: 14px;
    }
    .connect-form .form-view .r input::placeholder {
        color: #999;
    }
    .connect-form .form-view .r div {
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .connect-form .getMessageCodeIndex {
        width: 99px;
        border: solid 1px #4284ED;
        display: inline-block;
        font-family: PingFangSC-Regular;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: 0px;
        color: #222222;
        text-align: center;
        cursor: pointer;
        background: #fff;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
        border-left-color: #ddd;
    }
}


/* 1280 */


/* 1280 */

@media screen and (max-width: 1000px) {
    .connect-form {
        height: auto;
        padding: 0.34rem 0.17rem;
    }
    .connect-form .view {
        width: 100%;
    }
    .connect-form .icon {
        display: flex;
        justify-content: center;
    }
    .connect-form .icon i {
        width: 0.34rem;
        height: 0.18rem;
        display: inline-block;
        position: relative;
        background: none;
    }
    .connect-form .icon i:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-left: solid 0.13rem transparent;
        border-right: solid 0.13rem transparent;
        border-top: solid 0.17rem #FF1240;
    }
    .connect-form .bottom-title {
        margin-top: 0.17rem;
    }
    .connect-form .bottom-title span {
        font-size: 0.5rem;
        line-height: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        font-family: 'PingFangSC-Regular';
    }
    .connect-form .bottom-title span em {
        font-size: 0.17rem;
        position: static;
        line-height: 0.17rem;
        height: 0.17rem;
    }
    .connect-form ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 0;
    }
    .connect-form ul li {
        margin-top: 0.51rem;
        width: 49%;
    }
    .connect-form ul li span {
        font-size: 0.31rem;
        line-height: 0.32rem;
        margin-bottom: 0.12rem;
        font-family: 'PingFangSC-Regular';
        color: #222222;
        text-align: center;
    }
    .connect-form ul li p {
        color: #222222;
        font-size: 0.15rem;
        line-height: 0.15rem;
        font-family: 'PingFangSC-Regular';
        text-align: center;
    }
    .connect-form .form-view {
        margin-top: 0.85rem;
    }
    .connect-form .form-view .l {
        display: none;
    }
    .contect-title {
        display: block;
    }
    .connect-form .form-view .r {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .connect-form .form-view .r div {
        width: 100%;
    }
    .connect-form .form-view .r div:nth-child(1) {
        width: 100%;
        height: auto;
        color: #333333;
        font-size: 0.24rem;
        line-height: 0.24rem;
        margin-bottom: 0.27rem;
    }
    .connect-form .form-view .r .guest_phone_connect {
        width: 100%;
        font-size: 0.22rem;
        height: 0.85rem;
        margin: 0 0 0.2rem;
        /* max-height: 85px; */
        line-height: 0.85rem;
        border-radius: 10px;
        border: 0 none;
    }
    .connect-form .form-view .r input::-webkit-input-placeholder {
        font-size: 0.22rem;
        height: 0.85rem;
        margin: 0 0 0.2rem;
        /* max-height: 85px; */
        line-height: 0.85rem;
    }
    .connect-form .form-view .r input::-moz-placeholder {
        font-size: 0.22rem;
        height: 0.85rem;
        margin: 0 0 0.2rem;
        /* max-height: 85px; */
        line-height: 0.85rem;
    }
    .connect-form .form-view .r input:-ms-placeholder {
        font-size: 0.22rem;
        height: 0.85rem;
        margin: 0 0 0.2rem;
        /* max-height: 85px; */
        line-height: 0.85rem;
    }
    .connect-form .form-view .r .codeIndex {
        margin-bottom: 0;
        width: 4.16rem;
        height: 0.85rem;
        line-height: 0.85rem;
        font-size: 0.22rem;
        /* max-height: 85px; */
        border: 0;
        margin-left: 0;
        border-radius: 10px 0 0 10px;
    }
    .connect-form .form-view .r .getMessageCodeIndex {
        height: 0.85rem;
        line-height: 0.85rem;
        width: calc(100% - 4.16rem);
        font-size: 0.22rem;
        /* max-height: 85px; */
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0 10px 10px 0;
        position: relative;
    }
    .connect-form .form-view .r .getMessageCodeIndex::before {
        content: '';
        position: absolute;
        display: block;
        height: 0.55rem;
        /* max-height: 55px; */
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        width: 1px;
        background: #D8D8D8;
    }
    .connect-form .form-view .r .guest_add_connect {
        width: 100%;
        margin-top: 0.27rem;
        text-align: center;
        display: block;
        margin-left: 0;
        height: 0.85rem;
        font-size: 0.22rem;
        /* max-height: 85px; */
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }
    /*  */
    /*  */
    .connect-form .form-view .l em {
        width: 180px;
        height: 40px;
        margin-left: 2px;
        background: url("../img/1280free3.png");
        background-size: 100% 100%;
    }
    .connect-form .form-view .l a:nth-child(3) i {
        background: url('../img/icon.png') no-repeat -341px -41px;
        width: 18px;
        height: 18px;
        margin-right: 3px;
        display: inline-block;
    }
}


/* 1280 */