/*免费试用*/
.free {
    height: 200px;
    background: url(../images/foreignTradeEnterpriseService/freeBg.png) no-repeat;
    background-size: 100% 100%; 
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}
.freeTry {
    margin: 15px 0;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}
.applyInp {
    width: 200px;
    height: 35px;
    line-height: 35px;
    border: none;
    outline: none;
    border-radius: 5px;
    margin: 20px 2px;
    padding-left: 10px;
}
.applyBtn {
    background-color: #FC8826;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
}

/*企业信息确认弹框*/
#applyMask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    /* z-index: 1000; */
}
.applyModal {
    width: 750px;
    height: 500px;
    background-color: #fff;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    top: 50%;
    /*设置定位流里面的盒子水平居中*/
    margin-left: -375px;
    margin-top: -250px;
    border-radius: 5px;
    z-index: 1001;
}
.modalTitle {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #e4e4e4;
}
#closeModal {
    position: absolute;
    right: 22px;
    top: 18px;
    width: 14px;
    height: 14px;
    background: url(../images/financeProductIntroduction/closeModal.png) no-repeat;
    background-size: 100% 100%; 
    cursor: pointer;
}

.form-content form {
    margin-left: 14px;
}
.bl-form li {
    margin-top: 20px;
    overflow: hidden;
}
.bl-form label {
    float: left;
    width: 135px;
    text-align: right;
    padding-top: 6px;
    font-size: 14px;
    margin-right: 15px;
}
em, strong {
    color: #C00;
}
.form-content input[type='text'],
.form-content input[type='phone'],
.form-content input[type='number'] {
    width: 320px;
    height: 30px;
    border: 1px solid #d3d3d3;
}
input {
    padding-left: 8px;
}
span.error {
    color: #C00;
    padding: 0 6px;
    font-size: 14px;
}
.bl-form li {
    margin-top: 20px;
    overflow: hidden;
}
.agreement {
    margin: 5px 0 0 187px;
    font-size: 14px;
    position: relative;
}
.form-content input[type='checkbox'] {
    vertical-align: middle;
}
#protocolRead1-error {
    position: absolute;
    left: 24px;
    top: 24px;
}
.protocol {
    color: #e86e00;
    cursor: pointer;
}

#submitBtn {
    margin-left: 187px;
    margin-top: 35px;
}
.my-btn-submit {
    width: 161px;
    height: 35px;
    line-height: 35px;
    background-color: #3384d6;
    margin-top: 20px;
}
.my-btn {
    font-family: '微软雅黑';
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #3384d6;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#protocolMask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
}

.protocolModal {
    width: 700px;
    height: 600px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 48%;
    /*设置定位流里面的盒子水平居中*/
    margin-left: -300px;
    margin-top: -300px;
    z-index: 10001;
}
.protocolMessage {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #0082d4;
    font-size: 14px;
    border-bottom: 1px solid #d8d8d8;
    font-weight: bold;
    color: #fff;
    text-align: left;
    text-indent: 1em;
}
.logoutBtn {
    background: url(../images/close.png) no-repeat;
    width: 17px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 13px;
}
#protocolContent {
    padding: 0 10px;
    position: relative;
    overflow: auto;
    height: 520px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.protocolText {
    width: 100%;
    height: 60px;
    line-height: 30px;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
}
.textStyle {
    text-indent: 2em;
    line-height: 25px;
    font-size: 14px;
}
.bottom {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f5faff;
    border-top: 1px solid #bee3fe;
    position: absolute;
    left: 0;
    bottom: 0;
}

#agree1,
#agree2,
#agree3 {
    color: #fff;
    background-color: #0082d4;
}
.protocolBtn {
    border: none;
    width: 75px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal;
    margin-right: 20px;
    padding-left: 0;
}
.protocolBtn:disabled {
    color: #333333 !important;
    background-color: #e2e2e2 !important;
}
#cancel {
    color: #333333;
    background-color: #e2e2e2;
}


