#footer{
    min-width: 1900px;
}
/* 申请试用不需要sidebar */
#sidebar{
    display: none;
}
.main-page-content{
    margin-top: 62px;
    position: relative;
    text-align: center;
    min-width: 1900px;
}
.try-form{
    top: 0;
    margin-top: 125px;
    left: 0;
    height: 517px;
    height: 560px;
    width: 520px;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 5px 14px 0 rgb(90 90 90 / 50%);
    float: left;
}
.title{
    padding-top: 35px;
    margin-bottom: 4px;
    font-size: 26px;
    font-weight: bold;
}
.msg{
    font-size: 18px;
    margin-bottom: 24px;
    color: #717171;
}
.form>.form-item{
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
}
.form>.form-item>label{
    width: 30%;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    line-height: 34px;
}
.form>.form-item>label::before{
    content: '*';
    color: #EC691A;
    margin-right: 4px;
}
.form-item>.check::before {
    content: '*';
    color: #EC691A;
    /* margin-right: 4px; */
}
.form>.form-item>input[type='text']{
    width: 315px;
    height: 34px;
    display: inline-block;
    font-size: 14px;
    padding-left: 13px;
    border: 1px solid #CDCDCD
}
.form>.form-item>input::-webkit-input-placeholder{
    color: #BBBBBB;
}
.form>.form-item>input:-moz-placeholder{
    color: #BBBBBB;
}
.form>.form-item>input::-moz-placeholder{
    color: #BBBBBB;
}
.form>.form-item>input:-ms-input-placeholder{
    color: #BBBBBB;
}
.form>.form-item>input:focus::-webkit-input-placeholder{
    color: transparent;
}
.form>.form-item>input:focus:-moz-placeholder{
    color: transparent;
}
.form>.form-item>input:focus::-moz-placeholder{
    color: transparent;
}
.form>.form-item>input:focus:-ms-input-placeholder{
    color: transparent;
}
.form>.form-item>.agree{
    line-height: 34px;
    font-size: 12px;
}
.form>.form-item>.agree>#show-rule{
    font-size: 12px;
    color: #EC691A;
    text-decoration: underline;
    cursor: pointer;
}
.form>.form-item>.submit-button-product{
    color: #222222;
    background: #B3B2B1;
    height: 34px;
    width: 159px;
    border: none;
    outline: none;
    font-size: 14px;
}
.form>.form-tips{
    text-align: left;
    padding: 0 10%;
    font-size: 10px; 
    color: #B3B2B1;
}
.form>.form-tips>p{
    margin: 0;
}
.form>.form-tips .company{
    color: #EC691A;
}
.rule{
    display: none;
    position: absolute;
    /* top: 115px; */
    bottom: 0;
    right: 0;
    /* left: 0; */
    margin: auto;
    /* margin-top: 12%; */
    width: 440px;
    height: 325px;
    background-color: #fff;
    top: 0px;
    margin-top: 125px;
    left: 470px;
    border-radius: 10px;
}
.rule>.close-rule{
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    font-size: 40px;
    color: #ccc;
    cursor: pointer;
}
.try-qr{
    margin-top: 125px;
    width: 122px;
    padding: 11px;
    background: #7B7875;
    color: white;
    float: right;
    margin-left: 10px;
}
.try-qr>img{
    margin-bottom: 5px;
}

.try-form .form>.form-item > .location {
    display: flex;
    justify-content: space-between;
    width: 80%;
    color: #b3b3b3;
}
.try-form .form>.form-item > .location > .location-item {
    border: 1px solid #CDCDCD;
    position: relative;
    background: #fff;
    padding: 9px 35px 9px 10px;
    width: 33%;
    cursor: pointer;
}
.try-form .form>.form-item > .location > .location-item > img {
    width: 13%;
    position: absolute;
    bottom: 33%;
    right: 5%;
}

.try-form .province, .try-form .city {
    position: absolute;
    background: #ccc;
    top: 33%;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);	/* IE 9 */
    -moz-transform: translate(-50%, 0); 	/* Firefox */
    -webkit-transform: translate(-50%, 0); /* Safari 和 Chrome */
    -o-transform: translate(-50%, 0);
    border-radius: 10px;
    width: 92% !important;
    padding: 13% 4% 2% 4%;
    text-align: left;
    height: 254px;
    display: none;
}
.try-form .province>.province-container, .try-form .city>.city-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.try-form .province>.province-container>.province-item, .try-form .city>.city-container>.city-item {
    cursor: pointer;
    color: #979797;
    width: 20%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 36px;
}
.try-form .province .close-province, .try-form .city .close-city {
    position: absolute;
    top: 19px;
    right: 25px;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}

#show-item {
    font-size: 12px;
    color: #EC691A;
    text-decoration: underline;
    cursor: pointer;
}
#checkbox {
    cursor: pointer;
}