p{
    margin: 0;
}
a{
    text-decoration: none !important;
}

.banner{
    width: 100%;
    height:4rem;
    /* background-color: #003147; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url('/assets/images/contactBanner.png'); */
    background-image: url('/assets/images/banner-bg.jpg');
    padding-top: 1.85rem;
    color: #fff;
}
.banner-container{
    width: 12rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.banner h1{
    width: 12rem;
    text-align: center;
    font-size: 0.54rem;
    font-family: RobotoCondensed-Bold, RobotoCondensed;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.63rem;
}
.banner p{
    margin-top: 0.12rem;
    text-align: center;
    font-size: 0.22rem;
    font-family: PTSans-Regular, PTSans;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.29rem;
}

.desc-item{
    width: 100%;
    height: 4.14rem;
    padding: 0.7rem 0;
}
.desc-item:nth-child(odd){
    flex-direction: row;
}
.desc-item:nth-child(even){
    background-color: #F5F5F5;
    flex-direction: row-reverse;
}
.desc-container{
    width: 9.97rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: inherit;
}

.desc-img{
    width: 4.89rem;
    height: 2.74rem;
    background-color: #ccc;
    background: linear-gradient(180deg, #00549C 0%, #002A4E 100%);
    opacity: 0.9;
    box-shadow: 0 0.04rem 0.12rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.04rem;
}

.desc-img>img{
    width: 100%;
    height: 100%;
}
.desc-text{
    width: 4.58rem;
    max-height: 2.74rem;
    font-size: 0.2rem;
    font-family: PTSans-Regular, PTSans;
    font-weight: 400;
    color: #454547;
    line-height: 0.26rem;
}

/* Contact ThingsX to learn more 部分样式 */
.form-wrapper{
    width: 9.5rem;
    margin: 0.8rem auto;
}
.content{
    display: flex;
    justify-content: space-between;
    margin-top: 0.7rem;
}
.info{
    width: 3.2rem;
    font-size: 0.18rem;
    font-family: PTSans-Regular, PTSans;
    font-weight: 400;
    line-height: 0.26rem;
}
.info p{
    font-weight: bolder;
    font-family: 'RobotoCondensed-Bold';
    font-size: 0.3rem;
    line-height: .32rem;
}
.info ul{
    margin-top:.2rem;
}
.info li{
    list-style-type:disc !important;
    margin-left: 0.18rem;
    margin-top: 0.08rem;
    margin-bottom: 0.08rem;
}
.form-wrapper .top{
    text-align: center;
}
.form-wrapper img{
    width: 1.5rem;
}
.form-wrapper h2{
    color: #262585;
    font-size: .32rem;
    font-weight: bolder;
    font-family: 'RobotoCondensed-Bold';
    margin-top: -.2rem;
}
.form-items{
    width: 4.5rem;
    position: relative;
    font-size: .16rem;
    font-weight: bolder;
    font-family: 'RobotoCondensed-Bold';
}
.submitForm{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.form-group{
    margin-bottom: 0.34rem !important;
    position: relative;
}
.form-group .error-tip{
    position: absolute;
    font-size: 0.16rem;
    font-family: PTSans-Regular, PTSans;
    font-weight: 400;
    color: #FF4040;
    line-height: 0.2rem;
}

.submitForm label{
    font-size: 0.2rem !important;
    font-family: PTSans-Regular, PTSans !important;
    font-weight: 400 !important;
    color: #454547 !important;
    line-height: 0.28rem !important;
}
label>.required-tip{
    height: 0.24rem;
    display: inline-block;
    color: red;
    padding-top: 0.08rem;
    overflow: hidden;
    margin-right: 0.08rem;
}
.submitForm textarea{
   height: auto;
}

.form-control{
    height: auto;
    font-size: 0.2rem;
    padding: 0.1rem 0.12rem;
}

.checkbox{
    margin: 0 !important;
    height: 0.26rem !important;
    position: relative;
}
.checkbox input{
    position: absolute;
    width: 0.24rem !important;
    height: 0.24rem !important;;
    margin: 0 !important;;
    margin-left: -0.2rem !important;;
    top:0.025rem !important;
}
.checkbox span{
    margin: 0;
    margin-left: 0.18rem;
}
.submit-info{
    font-size: 0.16rem;
    font-family: PTSans-Regular, PTSans;
    font-weight: 400;
    color: #454547;
    line-height: 0.2rem;
    margin-bottom: 0.54rem
}

.btn-wrapper{
    height: 0.48rem;
    position: relative;
}
.button{
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.24rem;
}

.textarea {
    min-height: 0.94rem;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-user-modify: read-write-plaintext-only;
}

/* 表单提交 提示框设置 */
.alert{
    width: auto;
    /* height: 0.59rem; */
    padding-right: 0.3rem;
    position: fixed;
    top:.2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.22rem;
    font-family: PTSans-Regular, PTSans;
    font-weight: 400;
    color: #001C29;
    line-height: 0.3rem;
    background-color: #fff;
    opacity: 0;
    animation:showAlert 3s ease-out;
}
.alert>.alert-icon{
    display: inline-block;
    width: 0.29rem;
    height: 0.29rem;
    margin-right: 0.18rem;
    margin-left: 0.06rem;
    vertical-align: middle;
}
.alert>.ok-icon{
    color: #1BBD6B;
}
.alert>.warning-icon{
    color: #df3644;
}
@keyframes showAlert
{
    0% {top:0rem;opacity: 0.1;}
    20% {top:.2rem;opacity: 1;}
    90% {top:.2rem;opacity: 1;}
    100% {top:0;opacity: 0;}
}


@media (max-width:768px){
    .banner{
        padding-top: 0.93rem;
    }
    .banner-container{
        width: 100%;
    }
    .banner h1{
        width: 3.82rem;
        margin: 0 auto;
        font-size: 0.44rem;
        line-height: 0.52rem;
    }
    .bannerp{
        width: 3.82rem;
        margin: 0 auto;
        margin-top: 0.12rem;
        font-size: 0.18rem;
        line-height: 0.23rem;
    }

    .desc-item{
        width: 100%;
        height: auto;
        padding: 0.42rem 0.16rem 0.7rem 0.16rem;
    }
    .desc-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .desc-img{
        width: 3.82rem;
        height: 2.38rem;
    }

    .desc-text{
        width: 3.82rem;
        font-size: 0.16rem;
        line-height: 0.2rem;
        margin-top: 0.3rem;
    }

    .form-wrapper{
        width: 100%;
        padding: 0.7rem 0.1rem;
        margin: 0;
    }
    .form-wrapper>.title{
        text-align: center;
        width: 3.82rem;
        margin: 0 auto;
        font-size: 0.3rem;
        line-height: 0.35rem;
    }
    .content{
        display: flex;
        justify-content: start;
        margin-top: 0.4rem;
        flex-direction: column;
    }
    .info{
        width: 3.82rem;
        margin: 0 auto;
        font-size: 0.16rem;
        line-height: 0.2rem;
    }
    .info li{
        list-style-type:disc !important;
        margin-left: 0.18rem;
        margin-top: 0.06rem;
        margin-bottom: 0.06rem;
    }

    .form-items{
        width: 3.85rem;
        margin: 0 auto;
        padding: 0.2rem 0;
        margin-top: 0.34rem;
    }
    .form-control{
        font-size: 0.18rem;
    }

    .button{
        width: 3.55rem;
        font-size: .2rem;
    }

    .alert{
        width: 3.82rem;
        line-height: .2rem;
        font-size: 0.18rem;
        text-align: center;
    }

}
