/* 基础公共样式 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    width: 100%;
    font-size: 14px;
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    background-color: #fbfbfb;
}

body,
button,
input,
select,
textarea {
    font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    border: 1px solid #ddd;
    padding: 5px;
}

table th {
    font-weight: inherit;
    border-bottom-width: 2px;
    border-bottom-color: #ccc;
}

img {
    border: 0 none;
    width: auto\9;
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
.error_correction{
	 position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
	display:none;
    background-color: #fff;
}
   
.error_correction_box{
	padding:0.2rem .2rem .2rem;
}

.error_correction_box label{
	width: 100%;
    display: block;

}
.error_correction_box label input,.error_correction_box textarea{
	    width: 100%;
    display: block;
    border: 1px solid #ddd;
    outline: none;
    background: #fafafa;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    padding: .1rem;
    box-sizing: border-box;
}
.error_correction .header_top span {
    width: .7rem;
    height: .85rem;
    line-height: .9rem;
    background: url(../images/resizeApi8.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: .1rem;
    top: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.error_correction_box label span{
	display: block;
	padding: .15rem .1rem;
	font-size:.24rem;
	color: #999;
	line-height: 26px;
    font-weight: 400;
}
.error_correction_box label input{
	height: .6rem;
    line-height: .6rem;
}
.error_correction_box textarea{
	min-height:2rem;
}
.error_correction_box label button{
	border: none;
    background-color: #00bcd5;
    color: #fff;
    padding: .1rem .5rem;
    font-size: .26rem;
    border-radius: .1rem;

}


input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input:focus {
    outline: none;
}

select[size],
select[multiple],
select[size][multiple] {
    border: 1px solid #AAA;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video,
progress {
    display: inline-block;
}


input::-webkit-input-speech-button {
    display: none
}

button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ov {
    overflow: hidden !important;
    height: 100% !important;
}

body.on {
    margin-left: 70%;
}



.mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1090;
    background: rgba(0, 0, 0, 0.250);
    max-width: 100%;
    overflow-y: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.mask.on {
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
}

.The_side_box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1091;
    width: 70%;
    height: 100%;
    background-color: #875823;
    max-width: 100%;
    overflow-y: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
}

.The_side_box.on {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}



.portrait-box {
    text-align: center;
}

.portrait-box .portrait {
    padding: 1rem 33% .2rem;
}

.portrait-box .portrait a:nth-child(1) {
    display: block;
}

.portrait-box .portrait a img {
    display: block;
    width: 100%;
    height: 100%;
}

.portrait-box a.portrait-btn {
    color: #fff;
    margin: .15rem;
    padding: .07rem .25rem;
    font-size: .3rem;
    border-bottom: 1px solid #fff;
    display: inline-block;
}




/* 字典导航 */
.dictionaries_nav {
    width: 100%;
    background-color: #fff;
}

.dictionaries_nav ul {
    overflow: hidden;
}

.dictionaries_nav li {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: .2rem 0;
    position: relative;
}

.dictionaries_nav li.on::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    display: block;
    margin-right: -.35rem;
    width: .7rem;
    height: 2px;
    background: #875823;
}

.dictionaries_nav li a {
    color: #848484;
    font-size: .265rem;
    display: block;
    position: relative;
}

.dictionaries_nav li.on a {
    color: #875823;
}

.dictionaries_nav li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0%;
    display: block;
    width: 1px;
    height: 100%;
    background: rgb(175, 190, 190);
}

.dictionaries_nav li:nth-last-child(1) a::after {
    content: '';
    display: none;
}

.div_seek {
    background-color: #fff;
}

.div_seek .input_seek {
    padding: .15rem;
    padding-bottom: 1px;
    position: relative;
    overflow: hidden;
}

.div_seek .input_seek input {
    box-sizing: border-box;
    font-size: .23rem;
    border-radius: 0;
    text-align: center;
    border: none;
    background-color: #f7f4f4;
	width:100%;
}
.div_seek .input_seek .input_seek_list div{
	float: left;
	padding: .15rem 0;
	position:relative;
}
.div_seek .input_seek .input_seek_list div i{
	position: absolute;
    left: 0%;
    top: 3%;
    display: none;
    width: .7rem;
    height: 100%;
    background: url(../images/resizeApi5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: .2rem;
}
.div_seek .input_seek .input_search {
    width: 60%;
}
.div_seek .input_seek .input_search input{
	border-right: 1px solid #ccc;
	    padding-right: 0.5rem;
}
.div_seek .input_seek .input_shufajia {
    width: 40%;
}

.div_seek .input_seek .input_seek_list {
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #f7f4f4;
}

.div_seek .input_seek .input_seek_list.on {
    width: 83%;
}




.div_seek .input_seek ._sopanafter {
    width: .4rem;
    height: .35rem;
    background: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: .35rem;
    background-position: center;
    content: '';
    position: absolute;
    bottom: 17%;
    right: .2rem;
    display: block;
}
.
/* .div_seek .input_seek input::-ms-input-placeholder {
    text-align: center;
}

.div_seek .input_seek input::-webkit-input-placeholder {
    text-align: center;
} */

/*修改提示文字的颜色*/

.div_seek .input_seek input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgb(184, 162, 162);
    font-size: .22rem;
}

.div_seek .input_seek input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgb(184, 162, 162);
    font-size: .22rem;
}

.div_seek .input_seek input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(184, 162, 162);
    font-size: .22rem;
}

.div_seek .input_seek input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgb(184, 162, 162);
    font-size: .22rem;
}

.div_seek .input_font {
    background-color: #fff;
    padding: .25rem .6rem;
}

.clear {
    clear: both
}

.div_seek .input_font div.input_div {
    float: left;
    position: relative;
    margin-top: .02rem;
}

.div_seek .input_font div.input_div.on span:nth-child(1) {
    color: #AAA;
}

.div_seek .input_font div.input_div.on input[type="text"] {
    color: #AAA;
    background-color: #eee;
}

.div_seek .input_font div.input_div span {
    font-size: .25rem;
}

.div_seek .input_font div.input_div input[type="text"] {
    width: 1rem;
    border: 1px solid #dfd3d3;
    padding: .03rem .15rem .03rem .2rem;
    text-align: center;
    margin: 0 .15rem 0 .05rem;
    color: #875823;
    height: .37rem;
    font-size: .25rem;
}

.div_seek .input_font button {
    background-color: #875823;
    border: 1px solid #875823;
    padding: .05rem .2rem .05rem .3rem;
    color: #fff;
    text-align: center;
    letter-spacing: .1rem;
    font-size: .25rem;
    float: right;
}

.checkbox_span_box {
    width: .25rem;
    height: .25rem;
    position: absolute;
    top: 60%;
    right: -15%;
    margin-top: -.175rem;
}

.checkbox_span {
    border: #875823 1px solid;
    width: .25rem;
    height: .25rem;
    border-radius: .05rem;
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
    float: left;
}

.checkbox_span.on::after {
    width: .4rem;
    height: .35rem;
    background: url(../images/g.png);
    background-repeat: no-repeat;
    background-size: .35rem;
    background-position: center;
    content: '';
    position: absolute;
    bottom: 0;
    right: -30%;
    display: block;
}

.checkbox_span input {
    opacity: 0;
    position: relative;
    z-index: 99999999999999;
}

/*  仿iOS滑动选择 */
.tool-swoper {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 230px;
    overflow: hidden;
    background-color: #eee;
    z-index: 999999999;
    display: none;
}

.load_more {
    font-size: .3rem;
    color: #333;
    text-align: center;
    opacity: 0;
}
.load_more.on p{
	 color: #494a5f;
    word-wrap: break-word;
    margin: .2rem auto;
    display: inline-block;
    font-size: .3rem;
}
.load_more.on span {
    color: #494a5f;
    background: url(../images/loading.gif) no-repeat 5px 5px;
    padding-left: 25px;
    word-wrap: break-word;
    margin: .2rem auto;
    display: inline-block;
    font-size: .3rem;
}

.tool-swoper-list,
.swiper-container {
    height: 180px;
    background-color: #eee;
}

.tool-swoper-but {
    width: 100%;
    height: .8rem;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    box-shadow: inset 1px -30px 10px rgba(255, 255, 255, 0.5), inset 0 -0.2rem 0.4rem rgba(0, 0, 0, .2), 0 0.1rem 0.2rem rgba(0, 0, 0, .2);
    color: #fff;
    background: #fff;
    text-align: center;
}

.tool-swoper-but span {
    color: #333;
    font-size: .28rem;
    position: absolute;
    top: .15rem;
}

.tool-swoper-but-l {
    left: .2rem;
}

.tool-swoper-but-r {
    right: .2rem;
}

.tool-swoper-but em {
    display: block;
    font-size: .3rem;
    color: #000;
    padding: .15rem;
}

.tool-swoper-list .tool-swoper-cloth {
    position: absolute;
    top: 62px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.027);
    width: 100%;
    height: 47px;
    z-index: 2;
}

.tool-swoper .swiper-slide {
    height: .7rem;
    line-height: .7rem;
    font-size: .28rem;
    color: #848484;
    opacity: .6;
    text-align: center;
    /* transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s; */
}

.tool-swoper .swiper-slide-prev,
.swiper-slide-next {
    font-size: .3rem;
    color: #848484;
    opacity: .75;

}

.tool-swoper .swiper-slide-active {
    opacity: 1;
    font-size: .35rem;
    color: #875823;
}

.mask_layer,
.mask_layer2 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.1);
}

/* 自适应加载 */
.waterfull ul {
    /* padding: 3% 1.5% 3% 0; */
    overflow: hidden;

}

.waterfull ul li {
    width: 45.5%;
    float: left;
    background-color: #fff;
    margin-left: 3%;
    margin-bottom: 3%;
    padding: .15rem;
    box-sizing: border-box;
    border: 1px solid #efebeb;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    z-index: 2;
	transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
}

.waterfull ul li img {
    width: 100%;
    display: block;
    margin-bottom: .1rem;
}

.waterfull ul li>div {
    position: relative;
}

.waterfull ul li>div::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.waterfull ul li p {
    font-size: .2rem;
    color: #875823;
    text-align: center;
    margin-top: .05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#photo_exhibition {
    display: none;
    position: fixed;
    background: #f4f4f4;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999999;
}

#photo_exhibition img {
    height: auto;
    vertical-align:middle;
    display: inline-block;
    width: 100%;
    -webkit-transition: 0s ease all;
    transition: 0s ease all;
    position: absolute;
    top: 0;
}

#photo_exhibition .close_white {
       width: .7rem;
    height: .7rem;
    line-height: .75rem;
    background: url(../images/resizeApi5.png);
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    right: 0;
    top: 0px;
    opacity: .9;
    padding-left: .5rem;
}
#photo_exhibition .close_cz {
       width: .7rem;
    height: .7rem;
    line-height: .7rem;
    background: url(../images/resizeApi6.png);
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    background-size: 20px;
    right: 1.5rem;
    top: 1px;
    opacity: .9;
    padding-left: .5rem;
}
/* 分享 */
.gb_resLay {
    position: fixed;
    top: -100%;
    left: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.gb_resLay.on {
    z-index: 999999;
    top: 25%;
    opacity: 1;
    border-radius: 3%;
}

.gb_res_t span {
    text-align: center;
    color: #333;
    font-size: .25rem;
    padding: .1rem;
    display: block;
}

.bdsharebuttonbox a {
    width: .7rem !important;
    height: .7rem !important;
    margin: 0 auto 10px !important;
    float: none !important;
    padding: 0 !important;
    display: block;
    background-position: 0 !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
    border-radius: .15rem;
}

.bdsharebuttonbox a img {
    width: .7rem;
    height: .7rem;
}

.bdsharebuttonbox ul {
    overflow: hidden;
}

.bdsharebuttonbox ul li {
    float: left;
    padding: .15rem;
    font-size: .2rem;

}

.bdsharebuttonbox .bds_tsina {
    background: url(../images/gbRes_6.png) no-repeat center center/.7rem .7rem;
}

.bdsharebuttonbox .bds_qzone {
    background: url(../images/gbRes_4.png) no-repeat center center/.7rem .7rem;
}

.bdsharebuttonbox .bds_tqq {
    background: url(../images/gbRes_5.png) no-repeat center center/.7rem .7rem;
}

.bdsharebuttonbox .bds_weixin {
    background: url(../images/gbRes_2.png) no-repeat center center/.7rem .7rem;
}

.bdsharebuttonbox .bds_sqq {
    background: url(../images/gbRes_3.png) no-repeat center center/.7rem .7rem;
}

.bdsharebuttonbox .bds_renren {
    background: url(../images/gbRes_1.png) no-repeat center center/.7rem .7rem;
}

.bdsharebuttonbox .share-icons2x {
    background: url(../images/share-icons@2x.png) no-repeat center center/.7rem .7rem;
}

.erwma {
    text-align: center;
    color: #865828;
}

.erwma p {
    font-size: .23rem;
    letter-spacing: .015rem;
    padding: .1rem;
}

.erwma-p {
    padding-left: 15%;
}

.erwma-p p {
    text-align: left;
}

.erwma p span {
    font-size: .25rem;
    color: darkmagenta;
}

.erwma img {
    width: 2rem;
    height: 2rem;
    padding: .2rem;
}

.tuiguang {
    padding: .25rem;
}

.but-tuiguang {
    text-align: center;
}

.but-tuiguang a {
    background-color: #875823;
    color: #fff;
    font-size: .23rem;
    padding: .07rem .3rem;
    margin: .1rem .25rem;
    display: inline-block;
    border-radius: .05rem;
}

.tuiguang-text {
    overflow: hidden;
    padding-top: .25rem;
}

.tuiguang-text p {
    color: #865828;
    font-size: .23rem;
    letter-spacing: .015rem;
}

.tuiguang-text-l {
    float: left;
    width: 25%;
}

.tuiguang-text-r {
    float: right;
    width: 75%;
}

.tuiguang-text-l p {
    text-align: right;
}

._members {
    background-color: #694319;
    overflow: hidden;
    padding: .3rem .35rem;
}

._members-img {
    float: left;
    margin-right: .35rem;
}

._members-img img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    ;
}

._members-text {
    margin-top: .15rem;
}

._members-text p {
    color: #fff;
    font-size: .23rem;
}

._members-text .The-user-name {
    font-size: .3rem;
    margin-bottom: .05rem;
}



/* 集字 */
.div_seek ._jizi_input_font {
    padding: 0 .35rem .15rem .0rem;
}

.div_seek ._jizi_input_font div.input_div {
    padding-top: .15rem;
    float: none;
    text-align: center;
}

.div_seek ._jizi_input_font div.input_div>div._after {
    display: inline-block;
    padding-right: .3rem;
    position: relative;
    margin-left: .35rem;
}

.div_seek ._jizi_input_font div.input_div>div._after i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: .35rem;
    height: 99%;
    background: #dfd3d3;
    z-index: 1;
}

.div_seek ._jizi_input_font div.input_div>div._after i::after {
    content: '';
    position: absolute;
    top: 35%;
    right: .05rem;
    display: block;
    border: transparent solid .12rem;
    border-top-color: #865828;
}

.div_seek ._jizi_input_font div.input_div input[type="text"] {
    padding: .05rem .15rem .05rem .15rem;
    margin: 0;
    border: 1px solid #dfd3d3;
}

.div_seek ._jizi_input_font div.input_div>div.position {
    position: relative;
    float: right;
    padding-right: .55rem;
}

.div_seek ._jizi_input_font div.input_div.width {
    overflow: hidden;
    width: 3.5rem;
    margin: .15rem auto 0 .8rem
}

.div_seek ._jizi_input_font div.input_div.width .checkbox_span_box {
    top: 65%;
    right: 14%;
}

.div_seek ._jizi_input_font div.input_div.width button {
    float: right;
}

.input_seek .Search-prompt {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 .15rem;
    box-sizing: border-box;
    display: none;
    z-index: 999999999;
}

.div_seek .input_seek>div {
    position: relative;
}

.input_seek .Search-prompt ul {
    border: #dbd6d1 1px solid;
    border-bottom-color: transparent;
    background: rgb(255, 255, 255);

}

.input_seek .Search-prompt ul li {
    overflow: hidden;
    padding: .1rem;
    border-bottom: 1px solid #dbd6d1;
}

.input_seek .Search-prompt ul li p {
    font-size: .2rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.input_seek .Search-prompt ul li span {
    display: block;
    padding-top: .1rem;
    text-align: right;
    width: 100%;
    font-size: .22rem;
    color: #865828;
}

.Search-author {
    display: none;
    position: absolute;
    top: .5rem;
    right: 0rem;
    width: 1.62rem;
    font-size: .25rem;
    border: 1px solid #865828;
    box-sizing: border-box;
    z-index: 999999999999;
    background-color: rgb(247, 240, 240);
}

.leix_list {
    margin-top: 1px;
}

.leix_list ul {
    overflow: hidden;
    padding: .15rem .1rem .1rem .1rem;
}

.leix_list ul li {
    cursor: pointer;
    float: left;
    width: 18%;
    padding: .5% 1%;
    box-sizing: border-box;
    margin: 0 1% 1% 1%;
    background-color: #eee;
    text-align: center;
    border: 2px solid #eee;
}

.leix_list ul li.on {
    border-bottom: 2px solid #865828;
    color: #865828;
}

.waterfull {
    padding-top: 2.65rem;
	position:relative;
}

.div_seek {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    border-bottom: 1px solid #eee;
    z-index: 999;
    opacity: 0.975;
}

.search_hint {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
}

.search_hint .hint_list {
    padding: 0 .15rem;

}

.search_hint .hint_list li {
    padding: .15rem;
    border-top: 1px solid #eee;
    font-size: .26rem;
}

.search_hint p {
    padding: .1rem 0;
    text-align: center;
    background-color: #eee;
    color: #848484;
    display: none;
}

.hint_txt {
    padding: .1rem .2rem;
}

.hint_txt span {
    color: #848484;
    font-size: 12px;
}

.div_seek .input_seek .quxiao {
    position: absolute;
    right: 10px;
    padding: .135rem .2rem;
    background-color: #eee;
    font-size: .22rem;
    box-sizing: border-box;
    color: #865828;
    z-index: 99;
    display: none;
    border: 2px solid #eee;
    top: .15rem;
}

.logo_bak {
    background: url(../images/logo.png) no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    background-position: center;
    opacity: .6;
	transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
}

.logo_bak.of {
    background: none !important;
	opacity: 0;
}

.logo_bak.on {
    background: url(../images/load.gif) no-repeat center #fbfbfb;
    -webkit-transform: scale(.65);
    transform: scale(.35);
    opacity: 1;
}
.logo_bak.on::after{
	 content: '加载中';
    position: absolute;
    top: 66%;
    left: 32%;
    display: block;
    font-size: .7rem;
}
.logo_bak.of:after{
	display:none;
}
.header_top{
	background-color: #00bcd5;
    height: .85rem;
	position: relative;
    z-index: 99;
}
.header_top p{
	line-height: .85rem;
    text-align: center;
    color: #fff;
    font-size: .32rem;
	    letter-spacing: .05rem;
}
.header_top span{
	    width: 1rem;
    /* height: .65rem; */
    line-height: 1.1rem;
    background: url(../images/resizeApi7.png);
    background-repeat: no-repeat;
    background-position: .3rem 0;
    background-size: .45rem;
    position: absolute;
    right: .15rem;
    top: .1rem;
    color: #fff;
    font-size: .22rem;
    text-align: center;
}
}
.logo_bak:after{
	display:none;
}
.zrrs {
    margin-top: -10px;
}
.zrrs  p {
	text-align: center;
    display: block;
    height: .75rem;
    padding: 0 .2rem;
    line-height: .8rem;
    color: #494a5f;
    font-size: .22rem;
}
.zrrs p i{
	    color: #895c2d;
}
.zrrs p a{
	    color: #00bcd5;
}
.zrrs span {
    
    display: block;
    height: .65rem;
    padding: 0 .2rem;
    line-height: .6rem;
    color: #494a5f;
    font-size: .22rem;
}


#photo_exhibition .scale_top {
    position: fixed;
    top: 0;
        background-color: #f4f4f4;
    width: 100%;
    height: .7rem;
     /*  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.103);*/
    z-index: 999;
    border-bottom: 1px solid rgba(238, 193, 193, 0.349);
}

#photo_exhibition .scale-zho {
    padding:0 .2rem;
    overflow: hidden;
    height: 100%;
}


#photo_exhibition .scale_bot {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    height: .85rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.103);
    z-index: 999;
    border-top: 1px solid rgba(238, 193, 193, 0.349);
}


#photo_exhibition .scale_bot .scale_look_box {
    overflow: hidden;
}

#photo_exhibition .scale_bot .scale_look_box div {
    /*float: left;*/
    line-height: .85rem;
   /* width: 35%;*/
    text-align: center;
	  background-color: #865828;
    color: #fff;
}

#photo_exhibition .scale_bot .scale_look_box div.scale_look_2{
    width: 65%;
    background-color: #865828;
    color: #fff;
}


#canvas{
	margin: 0 auto;
}
#controller{
	position: relative;
	clear: both;
}
#clear_btn{
	/*float: right;
*/	display: inline-block;
	margin-right:0;
}
.colorList{
	clear: both;
	
}
.color_btn{
	width: 30px;
	height: 20px;
	vertical-align: top;
	border:none;
}
.color_btn:hover,.width_btn:hover{
	border:2px solid violet;
}
.color_btn_selected{
	border:2px solid blueviolet;
}
#black_btn{
	background: black;
}
#blue_btn{
	background: blue;
}
#green_btn{
	background: green;
}
#red_btn{
	background: red;
}
#orange_btn{
	background: orange;
}
#yellow_btn{
	background: yellow;
}
.width_btn{
	border-radius: 50%;
	background: #000;
	border:none;
	text-align: center;
	margin: 0 8px;
}
.width_btn_selected{
	border:2px solid green;
}
#lineWidth5{
	width: 5px;
	height: 5px;
}
#lineWidth10{
	width: 10px;
	height: 10px;
}
#lineWidth15{
	width: 15px;
	height: 15px;
}
#lineWidth20{
	width: 20px;
	height: 20px;
}
#lineWidth25{
	width: 25px;
	height: 25px;
}
#lineWidth30{
	width: 30px;
	height: 30px;
}

.img_bobob{
    position: relative;
    width: 93.5vw;
}

#canvas{
    position: absolute;
    top: 0;
    left: 0;
}

.img_bobob.on{
    width: 93.5vw;
    height:  100%;
    line-height: 95vh;
    text-align: center;
}
#photo_exhibition .scale-zho p{
	    line-height: .7rem;
    text-align: center;
    font-size: .22rem;
    color: #c1bcbc;
    /* margin-top: .7rem; */
    position: absolute;
    bottom: 1rem;
    width: 100%;
}
#photo_exhibition .scale_top p{
	line-height: .7rem;
	    padding-left: .2rem;
    text-align:left;
    font-size: .26rem;
        color: #865828;
}


//





























