/*
 * Created: 2020-01-15 09:18:51
 * Author : 黄雪梅
 * Last Modified: 2020-03-13 13:43:56
 * Modified By: 黄雪梅
 * Copyright (c) 2019. 深圳奥雅纳智能科技有限公司. All Rights Reserved.
 */
.content{
    padding-top:140px;
}
.demowrap{
    padding:0 80px;
}
.title{
    font-weight: bold;
    font-size:36px;
    color:#10293c;
}
.subTitle{
    margin:10px 0 30px 0;
    font-size:16px;
    color:#5a6979;
}
.left .imgBox{
    text-align:center;
}
.left .imgBox img{
    width:450px;
}

.submit-btn{
    width:180px;
    position: relative;
    left:-4px;
    margin-top:40px;
    margin-bottom:40px;
    cursor: pointer;
}
.submit-btn img{
    position: absolute;
    width:180px;
    height:60px;
}
.submit-btn span{
    position: relative;
    display:inline-block;
    width:180px;
    height:60px;
    line-height:56px;
    text-align:center;
    z-index: 100;
    font-size:16px;
    color:#fff;
}
.right{
    margin-left:80px;
}
.right .input-item{
    margin-bottom:20px;
}
.right .input-item input{
    height:40px;
    line-height:40px;
}
.right .input-item .input{
    width:390px;
}
.right .input-item .input-tips{
    font-size:14px;
    margin-top:10px;
    color:red;
}
.right .input-item textarea{
    height:100px;
    resize: none;
}

.myinput{
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    /* outline: 0; */
    padding: 0 15px;
}


.countrypicker{
    width:390px!important;
}

.right .input-label{
    margin-bottom:6px;
    font-size:14px;
    color:#5a6971;
}
.right .radio-title{
    padding:10px 0;
    font-size:16px;
    color:#10293c;
}
.right .radio-item{
    /* display: inline-block; */
    width:200px;
    line-height:30px;
    cursor: pointer;
}
.right .radio-item .circle{   
    border:1px solid #c7d4da;
    width:16px;
    height:16px;
    border-radius: 16px;
    box-sizing: border-box;
}
.right .radio-item .circle span{
    display: none;
    width:8px;
    height:8px;
    border-radius: 8px;
    background:#58c084;
}
.right .radio-item .text{
    margin-left:10px;
    font-size:14px;
    color:#5a6971;
}
.tips{
    width:310px;
    font-size:14px;
    color:#909090;
}
.tips a{
    font-weight: bold;
    color:#000;
}


.checkbox,.agree label{
    position: relative;
    font-weight: normal;
    cursor: pointer;
}
.checkbox input,.agree input{
    visibility: hidden;
    width:0;
    height:0;
    position: absolute;
}
.agree{
    font-size:14px;
    color:#5a6971;
    cursor: pointer;
}
.agree span{
    display:inline-block;
    width:18px;
    height:18px;
    border:1px solid #b3c0c6;
    margin-right:10px;    
}
.agree img{
    position: relative;
    top:-2px;
    width:16px;
}

.modal h2{
    font-size:20px;
}
.modal p{
    padding:30px 0;
    font-size:16px;
}

/* 隐私政策 */
.privacyPolicy{
    width:826px;
    margin:auto;
    line-height:30px;
}
.privacyPolicy .articleTitle{
    font-size:36px;
    text-align:center;
    
}
.privacyPolicy .articleInfo{
    margin:60px 0;
    font-size:20px;
    text-align:center;
}
.privacyPolicy p{
    font-size:18px;
    text-align: justify;
}
.privacyPolicy h2{
    margin-top:60px;
    margin-bottom:30px;
    font-size:30px;
}
.privacyPolicy .line{
    margin-top:60px;
    height:1px;
    background:#777;
}
