/*-----------------------------------------------------------*/
/*copyright by ��������  www.btoe.cn*/
/*���� btoe@btoe.cn*/
/*�����绰 400-0599-360*/
/*��Ȩ����Υ�߱ؾ�*/
/*-----------------------------------------------------------*/


/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

::selection {
    background-color: #0bae6e;
    color: #fff;
}

::-moz-selection {
    background-color: #0bae6e;
    color: #fff;
}

::-webkit-selection {
    background-color: #0bae6e;
    color: #fff;
}

#wjdh-kefu .wjdh-kefu-qq p,
#wjdh-kefu .wjdh-kefu-qq a,
#wjdh-kefu .wjdh-kefu-tel p,
#wjdh-kefu .wjdh-kefu-tel img,
#wjdh-kefu .wjdh-kefu-erweima img {
    box-sizing: content-box;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

*:before,
*:after {
    box-sizing: content-box;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
    resize: none;
}



h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}


.clearboth {
    clear: both;
}


.cover {
    width: 80%;
    background: #f2f2f2;
    box-sizing: border-box;
    position: fixed;
    top: 5%;
    left: 10%;
    padding-bottom: 2%;
    z-index: 9999999999999999999999999;
}

.cover h4 {
    color: #0bae6e;
    font-size: 0.18rem;
    text-align: center;
    padding-top: 4%;
}

.cover .hd {
    margin: 30px 10px 0;
}

.cover .hd ul li {
    width: 30.33%;
    float: left;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    margin-right: 4%;
    margin-bottom: 10px;
}


.cover .hd ul li:nth-child(3n) {
    margin-right: 0;
}


.cover .hd ul li.on {
    background: #0bae6e;
    color: #fff;
}

.cover .bd {
    width: 80%;
    margin: 6% auto 0;
}

.cover .bd ul li img {
    width: 70%;
    display: block;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-sizing: content-box;
    display: block;
    margin: 0 auto;
}


.cover .bd ul li .abth {
    padding: 0 10px;
    background: #0bae6e;
    text-align: center;
    line-height: 40px;
    width: 80%;
    border-radius: 20px;
    color: #fff;
    margin: 20px auto 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}



.share {
    font-size: 16px;
    background: #0bae6e;
    padding: 5px 20px;
    position: fixed;
    color: #fff;
    border-radius: 20px 0 0 20px;
    right: 0;
    top: 10%;
}



.coverAlert {
    width: 90%;
    background: #f2f2f2;
    box-sizing: border-box;
    position: fixed;
    left: -100%;
    padding: 4%;
    display: none;
    top: 8%;

}

.coverAlert img {
    display: block;
    width: 100%;
    height: auto;
}


.coverAlertBox {
    font-size: 18px;
    display: block;
    text-align: center;
    color: red;
    margin-top: 20px;
    font-weight: bold;
}