 @charset 'utf-8';

.bodycontent {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bodycontent * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bodycontent html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
i,
b,
s {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    border: 0
}

ul,
ol {
    list-style: none
}

a img {
    vertical-align: top;
    border: none
}

a {
    text-decoration: none
}

button {
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0 none;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0
}

input[type=password] {
    -webkit-text-security: disc
}

textarea:focus,
input:focus,
button:focus {
    outline: none
}

body {
    word-wrap: break-word
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.icon {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left top
}

.btn {
    display: inline-block;
    zoom: 1;
    text-align: center;
    vertical-align: middle
}

.none {
    display: none
}

.bash-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bash-box {
    position: relative;
    overflow: hidden;
    width: 1210px;
    margin: 0 auto;
}

.h2-title {
    text-align: center;
    line-height: 1;
    font-size: 24px;
    color: #323232;
    padding-top: 60px;
}

.h3-title {
    text-align: center;
    line-height: 1;
    font-size: 18px;
    color: #323232;
}


/*--------------------- banner -------------------*/
.banner-bg{
    width: 100%;
    height: 290px;
    position: relative;
    background: url(../img/banner.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.banner-bg p.h1{
    line-height: 290px;
    text-align: center;
    font-size: 48px;
    color: #fff;
}

/*--------------------- drp -------------------*/
.drp-box > p.h1{
    text-align: center;
    line-height: 1;
    padding: 40px 0;
    font-size: 26px;
    color: #3664c2;
}
.drp-table{
    position: relative;
    text-align: center;
    border: 1px solid #d6e5ff;
    margin: 0 auto 40px;
    border-collapse: collapse;
}
.drp-table tr th{
    border-left: 1px solid #d6e5ff;
    border-bottom: 1px solid #d6e5ff;
    height: 50px;
    background: #eff4fd;
    padding: 0 23px;
    font-size: 14px;
    color: #505966;
}
.drp-table tr td{
    border-left: 1px solid #d6e5ff;
    height: 58px;
    background: #fff;
    color: #505966;
    font-size: 14px;
    padding: 0 5px;
    white-space: nowrap;
}
.drp-table tr.higher td{
    height: 80px;
}
.drp-table tr td.dark{
    width: 90px;
    background: #dee8ff;
}
.drp-table tr td > span{
    font-size: 12px;
    color: #9ca2aa;
}
.drp-table tr th:first-child, .drp-table tr td:first-child{
    border-left: 0px;
    width: 100px;
    color: #6e7682;
}
.drp-table tr.erp-use-num td{
    border-bottom: 1px solid #d6e5ff;
}
.drp-table tr.erp-use-num td.has-padding{
    padding: 0 25px;
}
.drp-table tr.erp-price td{
    height: 70px;
}
.padding-20{
    padding: 0 10px;
}
.module-box tr th{
    padding: 0 18px;
}
.module-box tr td a{
    font-size: 14px;
    color: #118cff;
}
.width-240{
    width: 240px;
}
.width-260{
    width: 200px;
}
.width-275{
    width: 275px;
}
.width-200{
    width: 200px;
}
.width-290{
    width: 290px!important;
}
.width-330{
    width: 330px;
}
.width-360{
    width: 360px;
}
.width-560{
    width: 560px;
}
.drp-box > p.note-detail{
    line-height: 1;
    font-size: 14px;
    color: #9ca2aa;
    padding: 0px 50px 15px;
}
.app-table tr td:first-child{
    text-align: left;
    padding-left: 50px;
}
.app-table tr td:first-child + td +td{
    text-align: left;
    padding-left: 140px;
}
.module-box tr td:first-child{
    width: 130px;
}

/*--------------------- vas -------------------*/
.vas-ul{
    position: relative;
    overflow: hidden;
    width: 1190px;
    margin: 0 auto;
    border: 1px solid #e6e9ed;
    margin-bottom: 20px;
}
.vas-ul li{
    border-bottom: 1px solid #e6e9ed;
}
.vas-ul li p{
    line-height: 50px;
    height: 50px;
    float: left;
    font-size: 14px;
    color: #6e7682;
    border-left: 1px solid #e6e9ed;
    border-top: 1px solid #e6e9ed;
    text-align: center;
}
.vas-ul li p:first-child{
    border-left: 0;
    width: 14%;
}
.vas-ul li p.price{
    width: 26%;
}
.vas-ul li p.note{
    width: 60%;
    text-align: left;
    padding: 0 20px;
}
.vas-ul li.head p{
    background: #eff4fd;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #6e7682;
}
.vas-ul li.head p.note{
    text-align: center;
}
.vas-ul li:first-child p{
    border-top: 0;
}
.vas-ul li.dark p{
    background: #f8f8f8;
}
.vas-ul li.more-text p{
    height: 65px;
    line-height: 65px;
}
.vas-ul li.more-text p.note{
    line-height: 180%;
    padding-top: 7px;
}
.vas-ul li p.price-text{
    line-height: 150%;
    padding-top: 3px;
}