/* 来自 dz.css*/
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
    font-size: 13px;
    color: #323232;
}

.clear-fix::after {
    content: '';
    display: block;
    clear: both;
}
.try-out-box {
    width: 100%;
    background-color: #eee;
}
.try-out {
    width: 1200px;
    margin: 0 auto;
}
.try-out-box .park {
    text-align: center;
    padding-top: 45px;
}
.try-out-box .park h3{
    font-size: 30px;
    color: #333;
    font-weight: normal;
}
.try-out-box .select-box {
    padding-top: 40px;
    padding-left: 85px;
    padding-bottom: 50px;
}
.select-box:after{
    content: '';
    display: block;
    clear: both;
}
.select-container {
    margin: 0 auto;
}
.select-div {
    position: relative;
    padding: 11px 15px;
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #D8DCE6;
    border-radius: 4px;
    margin-right: 10px;
    float: left;
}
.select-div:hover {
    cursor: pointer;
}
.select-div.select-div-box {
    padding: 0;
}
.select-div.select-div-box .select-label {
    padding: 13px 15px;
}
.select-div.active {
    border-color: #1989FA;
}
.select-div input {
    outline: none;
    border: 0;
    width: 100%;
    line-height:14px;
    color: #909399;
    font-size: 14px;
}
.select-div input::placeholder {
    color: #909399;
}
.error-info {
    display: none;
    position: absolute;
    left: 0;
    bottom: -15px;
    font-size: 12px;
    color: #FF3939;
}
.selected-value {
    display: inline-block;
    line-height:14px;
    color: #909399;
    font-size: 14px;
}
.selected-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 15px;
    top: 11px;
    background: url('../../images/trial/icon_arrow.png') no-repeat 100% 100%;
}
.select-ul {
     position: absolute;
     width: 200px;
     height: 298px;
     left: 0;
     top: 40px;
     background-color: #ffffff;
     box-sizing: border-box;
     border: 1px solid #E4E7ED;
     border-radius: 4px;
     box-shadow:0 2px 12px 0 rgba(0,0,0,0.06);
     overflow: auto;
     display: none;
     z-index: 10;
 }
.select-ul p {
    width: 100%;
    box-sizing: border-box;
    height: 34px;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 19px;
    color: #606266;
}
.select-ul p:hover {
    cursor: pointer;
    color: #1989FA;
    background-color: #F5F7FA;
}






/*===========*/
.select-ul-city {
    position: absolute;
    width: 200px;
    height: 298px;
    left: 0;
    top: 40px;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #E4E7ED;
    border-radius: 4px;
    box-shadow:0 2px 12px 0 rgba(0,0,0,0.06);
    overflow: auto;
    display: none;
    z-index: 10;
}
.select-ul-city p {
    width: 100%;
    box-sizing: border-box;
    height: 34px;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 19px;
    color: #606266;
}
.select-ul-city p:hover {
    cursor: pointer;
    color: #1989FA;
    background-color: #F5F7FA;
}


.select-div.btn-submit {
    border: 1px solid #008BFF;
    background-color: #008BFF;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    user-select: none;
}
.select-div.btn-submit:hover {
    border: 1px solid #0085F4;
    background-color: #0085F4;
    cursor:pointer ;
}
/*按钮*/
.shop-btn {
    padding-top: 60px;
    font-size: 0;
    text-align: center;
    user-select: none;
}
.shop-btn .btn {
    display: inline-block;
    width: 230px;
    height: 48px;
    line-height: 48px;
    background-color: #F5A506;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}
.shop-btn .btn:hover {
    cursor: pointer;
}
.shop-btn .btn.btn-buy {
    background-color: #0BC13D;
    margin-left: 10px;
}
.shop-btn .btn .btn-text {
    position: relative;
    padding-left: 40px;
}
.btn-text::before {
    position: absolute;
    content:'';
    width: 32px;
    height: 32px;
    background: url('../../images/trial/slices.png') no-repeat 100% 100%;
    top: -6px;
    left: 0;
}
.btn-buy .btn-text::before {
    background: url('../../images/trial/buy.png') no-repeat 100% 100%;
}
/*遮罩层*/
.pop-box {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
}
/*提交成功*/
.submit-success {
    width: 374px;
    height: 232px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -116px;
    margin-left: -187px;
    background-color: #ffffff;
    border-radius:4px;
    border:1px solid #F0F0F0;
}
.success-label {
    width: 100%;
    height: 43px;
    position: relative;
    border-bottom: 1px solid #F0F0F0;
    box-sizing: border-box;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 14px;
    color: #212223;
    background-color: #FAFAFA;
    user-select: none;
}
.success-label .close-icon {
    position: absolute;
    right: 16px;
    top: 12px;
    width: 16px;
    height: 16px;
    background: url('../../images/trial/close.png') no-repeat;
    background-size: 100% 100%;
}
.success-label .close-icon:hover {
    cursor: pointer;
}
.success-cont {
    width: 100%;
    box-sizing: border-box;
    padding: 27px 16px 16px 16px;
}
.success-icon {
    float: left;
    margin-right: 8px;
}
.success-text {
    float: left;
    margin-top: 5px;
}
.success-title {
    font-size: 18px;
    color: #212223;
    line-height: 24px;
}
.success-info {
    font-size: 12px;
    color: #666666;
}
.close-btn {
    padding-top: 66px;
    text-align: right;
}
.close-btn span {
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    border-radius:4px;
    border:1px solid #D5D5D5;
    user-select: none;
}
.close-btn span:hover {
    cursor: pointer;
}

