html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

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

ol, ul, li, dd, dt, dl, img {
    list-style: none;
    display: block
}

.hidden {
    display: none;
}


body {
    margin: 0;
    padding: 0;
    color: #3e3e3e;
    font-size: 16px;
    word-wrap: break-word;
    line-height: 25px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}



footer {
    background-color: rgba(250,145,68,0.1);
    padding: 20px;
    text-align: center;
}

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

    a:hover {
        text-decoration: underline;
    }

    a:visited {
        color: brown
    }



    a.button {
        display: inline-block;
        position: relative;
        margin: 5px;
        padding: 5px 5px;
        text-align: center;
        text-decoration: none;
        text-shadow: 1px 1px 1px rgb(255 255 255 / 22%);
        border-radius: 30px;
        box-shadow: 1px 1px 1px rgb(0 0 0 / 29%), inset 1px 1px 1px rgb(255 255 255 / 44%);
        transition: all 0.15s ease;
        font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        font-weight: bold;
        height: 50px;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 25px;
        color: #000;
        width: 140px;
        background: rgba(250,145,68,0.8);
        overflow: hidden;
    }

        a.button:hover {
            box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
        }

        a.button:active {
            box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
        }


        a.button span {
            display: block;
            text-transform: none;
            font-size: 12px;
            line-height: 18px;
            text-shadow: 1px 1px 1px rgb(255 255 255 / 12%);
            color: white;
            height: 18px;
            overflow: hidden;
        }

*[text] {
    font-style: normal
}

    *[text]::after {
        content: attr(text);
        font-style: normal
    }



header > div {
    height: 80px;
    display: flex;
    max-width: 1000px;
    margin: auto
}


    header > div form {
        display: block;
        flex: 1;
        text-align: center
    }

        header > div form > div {
            display: inline-block;
            background-color: #ece8e6;
            padding: 4px;
            margin-top: 20px;
        }

        header > div form input {
            margin: 0;
            border: 0;
            border-top: 1px solid #dedede;
            border-bottom: 1px solid #dedede;
            border-left: 1px solid #dedede;
            outline-width: 0;
            width: 376px;
            height: 44px;
            padding: 5px;
            font-weight: normal;
            vertical-align: top;
        }

        header > div form button {
            margin: 0;
            border: 0;
            outline-width: 0;
            width: 74px;
            height: 44px;
            margin-left: -3px;
            padding: 0;
            vertical-align: top;
            background: url(../images/search_n.png) no-repeat;
        }


    header > div a.logo, header > div a.my {
        display: block;
        width: 250px;
        text-align: center;
        line-height: 80px;
    }

    header > div a.logo {
        font-family: "微软雅黑", "Dosis", sans-serif;
        font-size: 40px;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        color: rgb(250,145,68);
    }

header nav {
    background-color: rgb(250,145,68);
    border: 1px solid #f7c9ff;
}

    header nav ul {
        max-width: 1000px;
        margin: auto
    }

    header nav li {
        display: inline-block
    }

        header nav li.search {
            display: none
        }

        header nav li.homem {
            display: none
        }

        header nav li.homepc {
            display: inline-block
        }

    header nav a {
        display: inline-block;
        background: url(../images/nav_b2.png) no-repeat;
        font-size: 16px;
        text-shadow: 0 0px 0px #fff;
        color: #fff !important;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        padding: 0 30px 0 30px
    }

    header nav li:first-child a {
        background: none;
    }



main {
    max-width: 1000px;
    margin: auto;
    margin-top: 20px;
}
    main > ins{background: #eee;margin-bottom:20px;border: 1px solid rgb(250,145,68);max-height:90px}

    main > dl {
        border: 1px solid rgb(250,145,68);
        margin-bottom: 20px
    }

        main > dl dd {
            padding: 10px 16px;
        }

        main > dl dt {
            background-color: rgba(250,145,68,0.4);
            font-size: 16px;
            height: 35px;
            line-height: 35px;
            padding-left: 20px;
            font-weight: bold;
        }

            main > dl dt a {
                float: right;
                margin-right: 20px;
                font-size: 14px;
                font-weight: normal
            }

ul.imglist {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px dotted #ccc;

    padding-bottom: 10px
}


    ul.imglist div.desc {
        color: #999;
        height: 75px;
        overflow: hidden;
        word-break: break-all;
        max-width: 360px;
    }
ul.imglist2 { padding-top: 20px;}
ul.imglist2 div.desc {
    height: 100px;
}

ul.imglist div.tags, main ul.imglist b {
    height0: 25px;
    line-height: 25px;
    display: block;
    overflow0: hidden;
}

ul.imglist div.tags{display: none}

    ul.imglist div.tags span {
        margin-left: 5px;
        padding: 0 5px;
        color: #adadad;
        border-radius: 5px;
        background: #f5f5f5;
        font-size: 12px;
    }
ul.imglist  { padding-bottom: 16px;}
ul.imglist li { padding-top: 5px;}
ul.imglist div.imgleft {
    width: 90px;
    height: 120px;
    float: left;
    margin-right: 16px;
}

    ul.imglist div.imgleft img {
        background: #f5f5f5 none repeat scroll 0 0;
        border: 1px solid #999;
        border-radius: 4px;
        box-shadow: 0 0 5px #999;
        width: 90px;
        height: 120px;
    }


ul.booklist div.booklistimg {
    position: relative;
    float: left;
    width: 90px;
    height: 120px;
    margin: 0 16px 10px 0;
}

    ul.booklist div.booklistimg img {
        position: absolute;
        background: #f5f5f5 none repeat scroll 0 0;
        border: 1px solid #999;
        border-radius: 4px;
        box-shadow: 0 0 5px #999;
        width: 90px;
        height: 120px;
    }

   
        ul.booklist div.booklistimg img{
            top: 0;
            left: 0;
            z-index: 66;
            width: 90px;
            height: 120px;
        }

ul.textlist {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 0;
}

    ul.textlist li {
        padding-left: 10px;
        height: 35px;
        line-height: 35px;
        overflow: hidden
    }

div.taglist a {
    padding: 5px;
}

    div.taglist a:hover {
        -webkit-animation: hue 1s infinite linear;
    }


ul.pages {
    display: flex
}

    ul.pages li {
        line-height: 30px;
        text-align: center;
    }

        ul.pages li > * {
            display: block;
            color: #fff;
            border-radius: 10px;
            border: 1px solid #fff;
            margin: 5px;
            background: #75a4b4;
            padding: 0 10px
        }

        ul.pages li span {
            background: #fff;
            display: block;
            color: #75a4b4;
            border: 1px solid #75a4b4;
        }

@keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(360deg);
    }
}

div.taglist .tag0 {
    font-size: 11px;
}

div.taglist .tag1 {
    font-size: 12px;
}

div.taglist .tag2 {
    font-size: 13px;
}

div.taglist .tag3 {
    font-size: 14px;
}

div.taglist .tag4 {
    font-size: 16px;
}

div.taglist .tag5 {
    font-size: 18px;
}

div.taglist .tag6 {
    font-size: 20px;
}

div.taglist .tag7 {
    font-size: 23px;
}

div.taglist .tag8 {
    font-size: 26px;
}

div.taglist .tag9 {
    font-size: 30px;
}

div.taglist .tag10 {
    font-size: 36px;
}


div.info p {
    line-height: 30px;
    margin-top: 5px;
}

div.info pre {
    max-width: 768px
}

div.info div.title h1, div.info div.title h2 {
    font: 700 25px PingFangSC-Regular,HelveticaNeue-Light,Helvetica Neue Light,Microsoft YaHei,"sans-serif";
    display: inline;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    vertical-align: middle
}

div.info div.title h2 {
    font-size: 20px;
}


div.info div.title span {
    line-height: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}


div.info .bookimg {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: 0 0 5px #999;
    float: left;
    margin: 10px 20px 10px 10px;
    width: 120px;
    height: 160px;
}

div.info b {
    color: rgb(250,145,68);
    display: inline-block;
}

div.chapterlist {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 0;
    grid-column-gap: 0;
}

    div.chapterlist a {
        padding-left: 10px;
        line-height: 35px;
        height: 35px;
        overflow: hidden
    }

a.loadmore {
    min-width: 100% !important;
    clear: both !important;
    text-align: center !important;
    color: red !important;
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 50px !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block
}

    a.loadmore::after {
        content: "↓点击加载全部章节↓"
    }

dd.commentlist > div {
    margin: 10px 0;
    background: rgba(250,145,68,0.05);
    padding: 10px;
    border: 1px dashed rgb(250,145,68);
}


    dd.commentlist > div > span {
        font-weight: bold
    }

        dd.commentlist > div > span:first-child {
            color: red
        }

            dd.commentlist > div > span:first-child::after {
                content: "：";
            }

dd.commentlist textarea {
    width: 50%;
    height: 100px;
    display: block
}

dd.commentlist button {
    height: 30px;
    width: 100px;
    margin-top: 10px
}



div.booklistinfo h1 {
    line-height: 2em;
    text-align: center
}

div.booklistinfo div.info p {
    line-height: 25px;
}

div.booklistinfo div.info {
    margin-top: 20px;
    background: rgba(250,145,68,0.05);
    padding: 10px;
    border: 1px dashed rgb(250,145,68);
}

    div.booklistinfo div.info b {
        color: red
    }

dt.asc::after {
    content: "章节列表【点击排序↑】"
}

dt.desc::after {
    content: "章节列表【点击排序↓】"
}



div.search input {
    width: 500px;
    height: 35px;
    padding: 5px;
}



div.search button {
    width: 60px;
    height: 35px;
}

dl.defaultsearch {
    display: none;
}

p.btlist {
    text-align: center;
    min-height: 80px;
}

    p.btlist a:nth-child(1) {
        background-color: rgba(255,51,102,0.6);
    }

    p.btlist a:nth-child(2) {
        background-color: rgba(255,102,0,0.6);
    }

    p.btlist a:nth-child(3) {
        background-color: rgba(51,153,204,0.6);
    }

    p.btlist a:nth-child(4) {
        background-color: rgba(255,153,204,0.6);
    }

@media screen and (min-width: 1000px) {
}
@media screen and (max-width: 1000px) {
    
    header > div form input {
        width: calc(100vw - 600px)
    }
}

@media screen and (max-width: 768px) {
    main {
    }

    header {
        line-height: 40px;
        top: 0;
        width: 100vw;
        z-index: 99999;
    }

        header nav {
            line-height: 40px;
        }

        header > div {
            height: auto;
            position: fixed;
            top: 40px;
            display: none
        }


            header > div form > div {
                display: none
            }





        header nav a {
            padding: 0 0 0 20px;
            height: 40px;
            line-height: 40px;
            background-position: center left
        }

        header nav li.search {
            display: inline-block
        }

        header nav li.homem {
            display: inline-block
        }

        header nav li.homepc {
            display: none
        }

        header nav li.home a {
            background: url(../images/home.png) no-repeat;
            background-position: 10px center;
            background-size: 25px 25px;
            padding-left: 40px
        }

    dl {
        margin-left: 5px;
        margin-right: 5px;
    }

     main > ins{ margin-left: 5px;margin-right: 5px;}

    ul.imglist {
        justify-content: space-between;
        grid-template-columns: 1fr;
        grid-row-gap: 10px
    }
	
	ul.imglist2 { padding: 0;}

    ul.textlist {
        grid-template-columns: 1fr 1fr;
    }

    div.chapterlist {
        grid-template-columns: 1fr 1fr;
    }



    div.info .bookimg {
        float: none;
        width: 160px;
        height: auto;
        margin: auto;
        display: block;
    }

    dd.commentlist textarea {
        width: 100%;
    }


    ul.booklist div.booklistimg {
       
    }

        ul.booklist div.booklistimg img {
            width: 90px;
            height: 120px;
        }

            ul.booklist div.booklistimg img:first-child {
                left: 0
            }

            ul.booklist div.booklistimg img:nth-child(3) {
                left: 62px;
            }

            ul.booklist div.booklistimg img:nth-child(2) {
                top: -10px;
                left: 22px;
                z-index: 66;
                width: 80px;
                height: 100px;
            }

    div.title {
        text-align: center;
        margin: 20px auto 10px auto;
    }

    ul.pages li.m {
        display: none
    }

    div.search input {
        width: 250px;
        height: 35px;
        padding: 5px;
    }

    dl.defaultsearch {
        display: block;
    }
}


#d404 {
    display:none
}


.flag1 {display:none !important}

.lastlist li:first-child{border-bottom:2px solid #FDD3B4;margin-bottom:10px;}
.lastlist li span{display: inline-block;height:30px;line-height: 30px; overflow: hidden}
.lastlist .l1{width:10%;}
.lastlist .l2{width:30%;}
.lastlist .l3{width:30%;}
.lastlist .l4{width:20%;}
.lastlist .l5{width:8%;}
.menutop li{display: inline-block;width:24%; text-align: center;height:40px; line-height: 40px;}

@media screen and (max-width: 990px) {
    .lastlist .l1{display: none}
    .lastlist .l2{width:49%;}
    .lastlist .l3{width:49%;}
    .lastlist .l4{display: none}
    .lastlist .l5{display: none}
    #chapterlist1{display: none;}
    #chapterlist2{display: block}
}
@media screen and (min-width: 990px) {
    #chapterlist1{display: block;}
    #chapterlist2{display: none}
}

.pagebar {
    text-align: center;
    margin: 15px 0 30px 0;
}

.pagebar a {
    margin-top: 10px;
}

.pagebar a {
    padding: 0 1em;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    color: #aaa;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #fff;
}

.pagebar a.cur {
    background-color: #FDD3B4;
    color: #fff
}
.pagebar a.cur{
    color:#fff;
}

a.page-numbers {
    border-radius: 3px;
    background: #fff;
    color: #1a1a1a
}

.pagebar a:hover {
    background-color: #FDD3B4;
    color: #fff;
    border: 1px solid #FDD3B4;
}

.pagebar a:hover {
    color: #fff;
}

@font-face{  font-family: 'yahei';  src: url('/webfile/font.ttf') format('truetype');  }
i{font-family: "yahei" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position:relative !important;top:0px;right:0px;}
.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    position: absolute !important;
}
.listpage{width:90%;margin:0 auto;height:30px;line-height:30px;overflow:hidden;padding-top:15px;padding-bottom:5px;}
.listpage span{height:30px;line-height:30px;text-align:center;}
.listpage .left{float:left;width:25%;}
.listpage .left a,.listpage .right a{display:inline-block;height:30px;width:90%}
.listpage .left a{float:left;}
.listpage .right a{float:right;}
.listpage .right{float:right;width:25%}
.listpage .middle{width:49%;border:1px solid #dfdfdf;height:28px;display:block;float:left;border-radius:5px;}
.listpage .middle em{display:inline-block;width:80%;text-align:center;color:#999;font-style:normal;float:left;line-height:30px;height:30px}
.listpage .middle a{display:inline-block;float:left;width:19%;height:30px;line-height:30px;vertical-align:middle}
.listpage .middle select{border:none;color:#999;display:inline-block;float:left;font-style:normal;height:28px;line-height:28px;text-align:center;width:100%}
.listpage .onclick{background: #eba16b;color:#FFFFFF;}
.listpage .before{background:#cecece;color:#FFFFFF;}

.chaptercontent h1{text-align: center;margin:30px 0px;}

.chaptercontent .link { text-align: center;}
.chaptercontent .red {color: #ff0000;}
.chaptercontent .red a { color: #ff0000;}
.chaptercontent .red a:hover { color: #ff0000; text-decoration: underline;}

.chapterpage{text-align: center}
.chapterpage a{display: inline-block;padding:5px 20px;background: #eba16b;border-radius:5px;color:#fff;margin:10px;}

.set{width:100%;height:32px;padding:10px 0px 0px 0px;font-size:12px;clear:both;overflow:hidden;border-bottom: 1px solid rgba(86, 86, 86, 0.1);z-index: 5;position: relative;}
.set .set1{float:right; cursor: pointer;border:1px solid #777;padding:2px 10px;margin-right:10px;border-radius:5px;color:#777}
.set .set2{margin-left:10px;}
.set .set2 span{float:left; cursor: pointer;
display:block;border:1px solid #777;padding:2px 7px;margin-right:5px;border-radius:3px;color:#777}

header .btnW { display: flex; justify-content: center; align-items: center;}
header .btnQS { display: inline-block; cursor: pointer;
  padding: 0.2em 0.8em; margin-top: 0.8em;
 background-color:rgb(250, 145, 68); color: #fff;} 
 
 .huyan { background-color: rgb(223, 219, 205);}
 .huyan #huyandiv { background-color: rgb(222, 212, 178);}
 
 .light { background-color:rgb(50, 55, 59); color: #999;}
 .light #lightdiv { background-color: rgb(204, 201, 192);}
 
 .big { font-size: 1.2em;}
 .middle { font-size: 1em;}
 .small { font-size: 0.85em;}
   
 
 /*弹出框 求书*/
 .popupAsk{ position: fixed; z-index: 1000; left: 0; top: 0;
 width: 100%; height: 100%; display: none; justify-content: center; align-items: center;
 background-color: rgba(0,0,0,0.5);}
 .popupAsk.show { display: flex;}
 .popupAsk .popupBox { position: relative; z-index: 0;
  max-width: 560px; background-color: #fff;
  width: 80%;
  -moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}
  .popupAsk .popupBox .close { cursor: pointer; 
  position: absolute; right:0; top: -3em;
  background: url(../images/close_2.png) center center no-repeat;
  background-size:contain;
  width: 2em; height: 2em;}
 .popupAsk .popupBox .conP{ padding: 7% 10.7%;}
 .popupAsk .popupBox .tit { font-size: 1.2em; font-weight: bold; color: #000;}
 .popupAsk .popupBox .iW {  margin-top: 0.9em; padding:0 1em;
  line-height: 3;  border: 1px solid #e0e0e0; cursor: pointer;
  -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
 .popupAsk .popupBox .iW .input { font-size: 1em; width: 100%; border: 0; outline-width: 0;
  line-height: 3em; color: #000;}
  .popupAsk .popupBox .list { margin-top: 2em;}
 .popupAsk .popupBox .list dl { margin-top: 0.9em; color: #000; border: 1px solid #e0e0e0;
 display: flex; justify-content: flex-start; align-items: flex-start;
 padding: 1em;
  -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
 .popupAsk .popupBox .list dd { flex: 1;}
 .popupAsk .popupBox .list .textarea { display: block; flex: 1; border: 0; margin: 0; padding: 0;
 width: 100%; font-size: 1em; line-height: 1.5; height: 6em;}
 
 .popupAsk .popupBox .btnW { margin-top: 3em;}
 .popupAsk .popupBox .btnBlue { cursor: pointer;
  line-height: 2.7; color: #fff; display: block; background-color: rgb(250, 145, 68);
 padding: 0 3.5em; text-align: center;
 -moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}
 .popupAsk input::-webkit-input-placeholder{	color: #000;}
 .popupAsk input::-moz-placeholder{	color: #000;}
 .popupAsk input:-ms-input-placeholder{	color: #000;}
 
 .popupAsk textarea::-webkit-input-placeholder{	color: #ccc;}
 .popupAsk textarea::-moz-placeholder{	color: #ccc;}
 .popupAsk textarea:-ms-input-placeholder{	color: #ccc;}
 
 @media only screen and (max-width:828px) {
 	.popupAsk .popupBox { 
 	 -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em;}
 }
 .frilist { line-height: 1.9;}
 .frilist a { display: inline-block; margin: 0 0.4em;}
 
 
 .page2 { display: flex; justify-content: space-between; align-items: center;
 	margin: 0.8em 0 0; padding-bottom: 0.5em;	text-align: center;	color: #333;
 	line-height: 2.6em; font-size: 14px;}
 .page2 .selectW { flex: 1; margin: 0 0.8em;}
 .page2 .select { font-size: 1em; border: 1px solid #dfdfdf; width: 100%; text-align: center;
 line-height:2.8em; height: 2.8em;}
 .page2 a { padding: 0 1.5em; display: block; cursor: pointer;
 color: #fff; background-color: rgb(250,145,68); border: 1px solid rgb(250,145,68);}
 .page2 .disabled {padding: 0 1.5em; display: block; border: 1px solid #cecece;
 background-color: #cecece; color: #fff;}
 
 
 .minnav {
 	height: auto;
 	color: brown;
 	font-weight: normal
 }
 
 .minnav a {
 	float: none;
 	margin: 0px;
 	font-size: unset;
 	font-weight: normal
 }



.btnGreen { display: block; cursor: pointer; color: #fff; line-height: 3.5;
    padding: 0.05em 1.7em 0 1.8em;
    transition: all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;
    border: 2px solid #24b76c; background-color: #24b76c;}
.btnGreen:hover { color: #fff;}

/*弹出框 错乱漏章催更*/
.popupError { position: fixed; z-index: 1000; left: 0; top: 0;
    width: 100%; height: 100%; display: none; justify-content: center; align-items: center;
    background-color: rgba(0,0,0,0.5);}
.popupError.show { display: flex;}
.popupError .popupBox { position: relative; z-index: 0;
    max-width: 560px; background-color: #fff;
    width: 80%;
    -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
.popupError .popupBox .close { cursor: pointer;
    position: absolute; right: 0; top: -3.5em;
    background: url(../images/close_2.png) center center no-repeat;
    background-size:contain;
    width: 2.5em; height: 2.5em;}
.popupError .popupBox .conP{ padding: 7% 10.7%;}
.popupError .popupBox .tit { font-weight: bold; color: #000;}
.popupError .popupBox .list { margin-top: 2.2em;}
.popupError .popupBox .list li {  margin-top: 0.9em;
    line-height: 3;  border: 1px solid #e0e0e0; cursor: pointer;
    -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;text-align: center;}
.popupError .popupBox .list li.sel {
    border: 1px solid #24b66b; color: #24b66b;
}
.popupError .popupBox .list dl { margin-top: 0.9em; color: #000; border: 1px solid #e0e0e0;
    display: flex; justify-content: flex-start; align-items: flex-start;
    padding: 1em;
    -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.popupError .popupBox .list dt {}
.popupError .popupBox .list dd { flex: 1;}
.popupError .popupBox .list .textarea { display: block; flex: 1; border: 0; margin: 0; padding: 0;
    width: 100%; font-size: 1em; line-height: 1.5; height: 6em;}

.popupError .popupBox .btnW { margin-top: 1.9em;    text-align: center;}
.popupError .popupBox .btnGreen { line-height: 2.7; display: inline-block;
    padding: 0 3.5em;
}
.popupError textarea::-webkit-input-placeholder{	color: #ccc;}
.popupError textarea::-moz-placeholder{	color: #ccc;}
.popupError textarea:-ms-input-placeholder{	color: #ccc;}

@media only screen and (max-width:828px) {
    .popupError .popupBox {
        -moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}
}

.con { width:96%; max-width:1240px;  margin: 0 auto; }
.font28 { font-size: 28px;}
.font24 { font-size: 24px;}
.font20 { font-size: 20px;}
.font18 { font-size: 18px;}
.font16 { font-size: 16px;}
.font15 { font-size: 15px;}
.font14 { font-size: 14px;}
.font12 { font-size: 12px;}
.ms {display: none;}
.pcs {display: block;}

@media only screen and (max-width:828px) {
    html,body { font-size: 16px; }
    .wrap { padding-top: 3em;}
    .con { width:auto; margin: 0 0.75em; }
    .ms {display: block;}
    .pcs {display: none !important;}
    .font28 { font-size: 26px;}
    .font24 { font-size: 22px;}
    .font20 { font-size: 18px;}
    .font18 { font-size: 16px;}
    .font16 { font-size: 16px;}
    .font15 { font-size: 16px;}
    .font14 { font-size: 14px;}
    .font12 { font-size: 12px;}
}

.an {
    min-height: 50px !important;
}
.an a.button{
    height: 30px !important;
    line-height: 30px !important;
}
