/* 
* @Author: Marte
* @Date:   2017-05-09 13:41:26
* @Last Modified by:   Marte
* @Last Modified time: 2018-07-17 14:39:44
*/

body {
    font-size: 14px;
    color: #666;
    font-family: 'Microsoft YaHei', 'arial';
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

a {
    text-decoration: none;
    color: #666;
}

html,
body {
    /*height: 100%;*/
}

ul,
dl,
ol {
    list-style: none;
}


/*æ¸…é™¤æµ®åŠ¨*/

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.content {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;height: 0.4rem;
    line-height: 0.4rem;
    -moz-box-sizing: border-box;text-align:center;
    -webkit-box-sizing: border-box;
}

.left {
    float: left;
}

.right {
    float: right;
}

@media (min-width: 320px) and (max-width:1199px) {
    .content {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .describe {
        width: 96%;
        padding: 0 2% !important;
    }
}

@media (max-width: 751px) {
    html {
        font-size: 50px;
    }
    body {
        -webkit-overflow-scrolling: touch;
    }
    .pc-ctt,
    .page-header,
    .site-footer,
    header {
        display: none;
    }
    .site-main {
        padding-top: 0!important;
    }
}

@media (min-width: 751px) {
    .wap-ctt {
        display: none;
    }
    .wap-footer-box {
        display: none;
    }
}