.cscx{
    color: black;
    font: 14px SourceHanSansCN,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding: 0;
    zoom: 1;
    width: 1200px;
    margin:auto;
    margin-top: 50px;
}
.desc{
    background: #f5f6f8;
    color: black;
    font: 14px SourceHanSansCN,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin-bottom: 80px;
    float: left;
    width: 800px;
    height: 240px;
    padding: 40px;
}

.value{
    font: 14px SourceHanSansCN,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.cscx_title{
    font-size: 22px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
    vertical-align: middle;
}
.name_value{
    font-size: 18px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.search{
    color: black;
    font: 14px SourceHanSansCN,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin-bottom: 80px;
    zoom: 1;
    float: left;
    width: 400px;
    height: 240px;
    padding: 40px;
    background: #fff;
    border: 1px solid #dddddd;
    border-left: none;
}
.item_select{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding: 0;
    box-sizing: border-box;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #dddddd;
    color: #333333;
    font-size: 14px;
    margin: 30px 0 20px;
    padding-left: 10px;
}
.btn{
    font: 14px SourceHanSansCN,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin: 0;
    padding: 0;
    background: #44BBFF;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}