.product-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    /* background-size: 100% 100%; */
    margin-top: 60px;
}
.product-banner .content{
    width: 1326px;
}
.product-banner .content p{
    font-weight: 400;
    font-size: 54px;
    color: #000000;
    line-height: 75px;
    letter-spacing: 1px;
    margin-bottom: 24px;
}
.product-banner .content h2{
    font-weight: 600;
    font-size: 54px;
    color: #000000;
    line-height: 75px;
    letter-spacing: 1px;
}
.library-banner{
    background: url(../image/product/library/banner.png) no-repeat top;
}
.explore-banner{
    background: url(../image/product/explore/banner.png) no-repeat top;
}
.risk-banner{
    background: url(../image/product/risk/banner.png) no-repeat top;
}
.maintain-banner{
    background: url(../image/service/maintain/banner.png) no-repeat top;
}
.network-banner{
    background: url(../image/service/network/banner.png) no-repeat top;
}
/* tab */
.product-wrapper{
    display: flex;
    justify-content: center;
    border-bottom:1px solid #F7F8FB;
}
.product-wrapper .product-tab{
    width: 1326px;
    height: 60px;
}

.product-wrapper .product-tab ul{
    display: flex;
    height: 100%;
}

.product-wrapper .product-tab ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin-right: 4px;
    cursor: pointer;
}

.product-wrapper .product-tab ul li.active{
    background: #C1272D;
    color: #FFFFFF;
}


/* 表单 */
.form-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 842px;
    background: url(../image/form-bg.png) no-repeat top;
    background-size: 100% 100%;
}
.form-content{
    width: 1326px;
    min-height: 638px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 54px 46px 45px;
}
.form-content h2{
    text-align: center;
    margin-bottom: 42px;
}
#contact-form .line{
    display: flex;
    justify-content: space-between;
}
#contact-form .line .form-group{
    width: 372px;
}

.form-group {
    margin-bottom: 24px;
}
.form-group label {
    display: block;
    margin-bottom: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
    width: 100%;
    height: 44px;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 14px;
}
.form-group .address-select{
    display: flex;
}
.form-group .address-select select:first-child{
    margin-right: 10px;
}
.verifyCode{
    display: flex;
}
.verifyCode input{
    width: 186px!important;
}
.verifyCode img{
    width: 104px;
    height: 44px;
    margin-left: 7px;
}
.form-group textarea {
    resize: vertical;
    height: 44px;
}
textarea::-webkit-input-placeholder,input::-webkit-input-placeholder,select:-moz-placeholder{
    font-size: 14px;
    color: #999999;
}
textarea:-moz-placeholder,input:-moz-placeholder,select:-moz-placeholder {
    font-size: 14px;
    color: #999999;
}
textarea::-moz-placeholder,input:-moz-placeholder,select:-moz-placeholder {
    font-size: 14px;
    color: #999999;
}
textarea::-ms-input-placeholder,input:-moz-placeholder,select:-moz-placeholder {
    font-size: 14px;
    color: #999999;
}
.form-group label i{
    color: #C1272D;
}
.form-group .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.form-group .checkbox-group label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #191919;
    font-weight: 400;
    margin-right: 24px;
}
.form-group .checkbox-group input[type="checkbox"] {
    margin-right: 8px;
}
.submit-btn {
    display: block;
    width: 154px;
    height: 48px;
    background: #C1272D;
    border: none;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}
.submit-btn a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.apply-tip{
    margin-top: 16px;
}
.apply-tip input[type="checkbox"]{
    margin-right: 8px;
}
.apply-tip span{
    color: #999999;
    font-size: 14px;
}
.apply-tip a{
    color: #E4002B;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}
.error-msg{
    text-align: left;
    color: #E4002B;
    text-indent: 0;
    font-size: 12px;
}
.disabled-submt {
    cursor: not-allowed;
    background: #dedede;
}
#privacycheckbox{
    display: none;
}

/* 弹窗 */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    border: 1px solid #888;
    width: 260px;
    text-align: center;
    position: relative;
}
.modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #eee;
    box-sizing: border-box;
    height: 43px;
    font-size: 14px;
}
#modalTitle{
    font-weight: bold;
}
.close {
    color: #aaa;
    font-size: 22px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.inner{
    display: flex;
    align-items: center;
    padding: 20px;
}

.icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.icon-warning{
    background: url(../image/icon.png) no-repeat;
}

.icon-success{
    background: url(../image/icon.png) no-repeat;
    background-position: -30px 0;
}

.icon-error{
    background: url(../image/icon.png) no-repeat -60px 0;
}

#modalMessage{
    line-height: 24px;
    word-break: break-all;
    font-size: 14px;
}

.footer{
    display: flex;
    justify-content: center;
}

#modalConfirmButton{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 28px;
    border-color: #E4002B;
    background-color: #E4002B;
    color: #FFF;
    margin-bottom: 12px;
}