body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, button, input, textarea {
    padding: 0px;
    margin: 0px;
    border: none;
}

body {
    margin: 0px;
    background: #f5f5f5;
}

@media screen and (max-width: 321px) {
    body {
        font-size: 11px;
    }

    #wrap {
        width: 100%;
    }

    .sub-title {
        height: 75px;
    }
}

@media screen and (min-width: 321px) and (max-width: 479px) {
    body {
        font-size: 12px;
    }

    #wrap {
        width: 100%;
    }

    .sub-title {
        height: 60px;
    }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
    body {
        font-size: 15px;
    }

    #wrap {
        width: 100%;
    }

    .sub-title {
        height: 45px;
    }
}

@media screen and (min-width: 640px) {
    .sub-title {
        height: 30px;
    }
}

a, a:visited {
    color: #333;
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

a:focus,
i,
em {
    font-style: normal;
}

li {
    vertical-align: bottom;
    overflow: hidden;
    list-style-type: none;
}

body {
    font-family: tahoma, arial, 'Hiragino Sans GB', sans-serif;
    outline: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.overflow {
    overflow: hidden;
}

a, button, input, i {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    interpolation-mode: bicubic;
}

.bottom {
    padding: 20px 10px;
    color: #CCD1D9;
    background-color: #434A54;
    margin-bottom: 50px;
}

.bottom h3 {
    font: 400 1.5em/1.5em 'microsoft yahei';
    text-indent: 0em;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 5px;
}

/*百一优势*/
#con {
    padding: 10px;
    text-align: center;
}

.tab-con .tab-con-li {
    background: #FFFFFF;
    padding: 5px;
    width: 49%;
    box-sizing: border-box;
    float: left;
    margin-bottom: 7px;
    padding-top: 0px;
}

.tab-con .tab-con-li .title {
    font-size: 15px;
}

.tab-con .tab-con-li .sub-title {
    text-align: left;
    font-size: 10px;
    color: #AAB2BD;
    line-height: 120%;
}

.tab-con-href {
    margin-bottom: 0.5em;
    padding-top: 1em;
    width: 95%;
    height: 5em;
}

.bottomqq {
    border-top: 1px solid #47c4fd;
    background: #00a8ff;
    width: 100%;
    height: 49px;
    overflow: hidden;
}

.bottomqq ul li {
    float: left;
    width: 49%;
    text-align: center;
    height: 48px;
    padding-top: 7px;
}

.bottomqq ul li a {
    color: #fff;
}

#wrap {
    background: #f5f5f5;
    position: relative;
    text-align: center;
}

.toparea {
    padding: 0 10px;
    height: 44px;
    background: #fff;
    box-sizing: border-box;
}

.menu {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 40px;
    margin-left: 5px;
    margin-top: 5px;
}

.menu-hover {
    color: #009EE7;
}

.loginarea, .regiestarea {
    float: right;
    height: 20px;
    border-radius: 4px;
    line-height: 20px;
    font-size: 10px;
    margin-top: 10px;
    width: 40px;
    color: #fff;
    margin-left: 5px;
    background-color: #009ee7;
}

.both {
    clear: both;
}

/*yezi*/
.banner {
    background: #167be3;
    color: #fff;
    text-align: center;
    padding: 0px;
    height: 135px;
}

.banner .img1 {
    width: 260px;
    margin-top: 25px;
    margin-bottom: 5px;
}

.banner .img2 {
    width: 200px;
    margin-top: -1px;
}

/*企业版登录*/
.company-login {
    background-color: #ffffff;
    padding: 8px 20px;
    color: #929292;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .025);
}

.company-login .fa-briefcase {
    color: #ffa500;
    margin-right: 5px;
}

.company-login span {
    position: absolute;
    right: 20px;
    margin-top: 4px;
}

/*入口*/
.entrances {
    padding: 12px 30px 8px;
    display: flex;
    justify-content: space-around;
    background-color: #ffffff;
}

.entrance-item {
    text-align: center;
}

.entrance-item .box {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 18px;
    background-color: #ffffff;
    color: rgb(0, 158, 231);
    border: solid 1px rgba(0, 158, 231, 0.5);
    /*color: rgb(45, 189, 155);*/
    /*border: solid 1px rgba(45, 189, 155, 0.5);*/
}

.test-item .box {
    color: rgb(250, 91, 96);
    border: solid 1px rgba(250, 91, 96, 0.5);
}

.entrance-item .text {
    color: #929292;
    margin-top: 3px;
}

/*应用场景*/
.scenes {
    padding: 15px 10px 20px;
    text-align: center;
}

h2 {
    font: 16px 'microsoft yahei';
    color: #646464;
    margin-bottom: 10px;
}

.scene {
    text-align: center;
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.scene-item {
    text-align: center;
}

.scene-item .box {
    display: inline-block;
    height: 90px;
    width: 90px;
    border-radius: 6px;
    font-size: 50px;
    background-color: #009EE7;
    color: #ffffff;
}

.scene-item .box i {
    line-height: 70px;
}

.scene-item .text {
    font-size: 12px;
    color: #ffffff;
    margin-top: -9px;
}

.experience {
    background-color: #fff;
    text-align: center;
    padding: 20px 10px;
}

.experience .title {
    font-size: 15px;
}

.experience .title-b {
    font-size: 10px;
    color: #AAB2BD;
}

.experience .btn {
    margin-top: 10px;
    border-radius: 4px;
    font-size: 12px;
    padding: 6px 16px;
    display: inline-block;
    color: #FFF;
    font-size: 12px;
}

.experience .btn-primary {
    background-color: #009EE7;
}

.experience .btn-success {
    background-color: #37BC9B;
}