html {
  width: 100%; overflow-y: scroll;
}
body {
  width: 100%; min-width: 1240px; margin: 0px; padding: 0px; background: url(body.jpg) repeat; /*background: #25292c;*/ font-size: 14px; text-size-adjust: none; color: #000; font-family: PingFangSC-Regular, 'Microsoft YaHei', Arial, Verdana, sans-serif;
}
div,p,span,em {
  backface-visibility: hidden
}
ul,ol {
  list-style: none
}
form,dl,dt,dd,ul,ol,input,select,textarea,h1,h2,h3,h4,h5,h6 {
  margin: 0px; padding: 0px
}
input,button,select,textarea {
  font-size: 12px; color: #000; outline: none
}
img {
  border: 0px
}
button {
  display: inline-block; padding: 8px 16px; font-size: 14px; border: 0px; line-height: 100%; color: #fff; border: #666 1px solid; cursor: pointer; transition: background-color .1s ease, border-color .1s ease
}
button.b1 {
  background-color: #555; border-color: #555
}
button.b1:hover {
  background-color: #333; border-color: #333
}
button.b1:focus {
  border-color: #000
}
button.b2 {
  background-color: #005f9b; border-color: #005f9b
}
button.b2:hover {
  background-color: #004570; border-color: #004570
}
button.b2:focus {
  border-color: #002842
}
button.b3 {
  background-color: #e1e5ec;
  border-color: #e1e5ec;
  color: #333;
}
button.b3:hover {
  background-color: #c2cad8; border-color: #c2cad8
}
button.b3:focus {
  border-color: #9499a1
}
button.lock,
button.lock:hover,
button.lock:focus {
  background-color: #bbb !important; border-color: #bbb !important
}
input.i1 {
  width: 358px; padding: 10px; border: #d1d1d1 1px solid; box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.08); transition: border-color .3s ease, box-shadow .3s ease
}
input.i1:focus {
  border-color: #5b9dd9; box-shadow: 0px 0px 2px rgba(30, 140, 190, 0.8)
}
textarea.t1 {
  width: 500px; height: 178px; line-height: 150%; padding: 10px; border: #d1d1d1 1px solid; box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.08); transition: border-color .3s ease, box-shadow .3s ease
}
textarea.t1:focus {
  border-color: #5b9dd9; box-shadow: 0px 0px 2px rgba(30, 140, 190, 0.8)
}
select.s1 {
  padding: 6px;
  height: 30px;
  border: #d1d1d1 1px solid;
  box-shadow: inset 0px 1px 2px rgb(0 0 0 / 8%);
  transition: all .3s ease;
}
select.s1:focus {
  border-color: #5b9dd9; box-shadow: 0px 0px 2px rgba(30, 140, 190, 0.8)
}
a {
  color: #000; text-decoration: none
}
a:hover {
  color: #000; text-decoration: none
}
a.link {
  cursor: pointer
}
.ash {
  color: #999
}
.block {
  display: block !important
}
.clear {
  clear: both
}
.clear_float {
  zoom: 1
}
.clear_float:after {
  display: block; clear: both; content: ""; visibility: hidden; height: 0
}
.center {
  text-align: center !important
}
.hide {
  display: none !important
}
.hand {
  cursor: pointer
}
.highlight {
  background-color: #ffff00
}
.pagehide {
  display: none !important
}
.wrap {
  width: 100%; position: relative; z-index: 100
}
.header {
  width: 100%; min-width: 1240px; height: 80px; background: #fff; border-bottom: #eee 1px solid; position: fixed; top: 0px; z-index: 10000
}
.header div.desk {
  width: 100%; height: 100%; background: #fff; position: absolute; top: 0px; left: 0px; z-index: 100
}
.header div.logo {
  margin-left: -600px; /*line-height: 80px;*/ position: absolute; top: 15px; left: 50%; z-index: 110
}
.header div.logo a {
  font-size: 24px; color: #000000; display: flex; flex-direction: column;
}

.header div.logo a span {
  font-size: 12px; color: #909399;
}

.header div.logo a span.logo-url {
  letter-spacing: 1px;
}


.header div.menu {
  width: 1200px; margin: auto; position: relative; z-index: 110
}
.header div.menu ul {
  position: absolute; top: 0px; /*right: 0px*/ left: 180px;
}
.header div.menu ul li {
  float: left
}
.header div.menu ul li a {
  display: inline-block; line-height: 80px; padding: 0px 20px; font-size: 16px; color: #5b9dd9;
}
.header div.menu ul li a:hover {
  color: red
}
.header div.menu ul li.on {
  background: linear-gradient(red, red) top center no-repeat; background-size: 100% 2px
}
.header div.menu ul li.on a {
  color: red
}
.header span.menu {
  display: none; cursor: pointer
}
.headertakeup {
  width: 100%; height: 80px
}
.footer {
  width: 100%; padding: 20px 0px; position: relative; z-index: 100; background: #FFFFFF; 
}
.footer .copyright {
  width: 100%; line-height: 200%; text-align: center; color: #303133;
}
.footer .copyright a {
  color: #303133;
}
.container {
  width: 100%; margin: 20px 0; /*background: linear-gradient(#ececec, #f8f8f8) #f8f8f8 top center no-repeat;*/ background-size: 100% 3px; position: relative; z-index: 100
}
.breadcrumb {
  font-size: 1.4rem
}
.breadcrumb em {
  display: inline-block; vertical-align: middle; margin: 0px 5px; width: 1.2rem; height: 1.2rem; background: url(icon/arrow.2.svg) center center no-repeat
}
.cupboard {
  width: 980px; margin: auto; padding: 20px; position: relative; z-index: 100; background: #FFF; box-sizing: border-box;
}
.cupboard .main {
  width: 898px; padding: 20px; background: #fff; float: right; border: #f2f2f2 1px solid
}
.cupboard .main h1 {
  font-size: 18px; line-height: 150%; padding-bottom: 20px; border-bottom: #eee 1px solid
}
.cupboard .main h1 span {
  font-weight: unset;
  padding: 0 10px;
  background: #409EFF;
  color: #FFFFFF;
  border-radius: 2px;
  font-size: 12px;
  float: right;
}
.cupboard .main .list {
  padding-bottom: 20px
}
.cupboard .main .list li {
  padding: 10px 0px; line-height: 150%; border-bottom: #ddd 1px dotted; position: relative; z-index: 100
}
.cupboard .main .list li span.time {
  color: #999; position: absolute; top: 10px; right: 0px; z-index: 100
}
.cupboard .main .content div.text {
  padding-top: 20px; font-size: 14px; line-height: 200%
}
.cupboard .main .content div.text p {
  margin: 0px; padding: 0px 0px 20px 0px
}
.cupboard .main .content div.text img {
  max-width: 100%
}
.cupboard .side {
  width: 240px; background: #fff; float: left
}
.cupboard .side dl.option {
  padding: 20px; border: #f2f2f2 1px solid 
}
.cupboard .side dl.option dt {
  padding-bottom: 15px; font-size: 1.6rem; font-weight: bold; line-height: 100%
}
.cupboard .side dl.option dd {
  background: url(icon/circle.1.svg) left center no-repeat; background-size: 6px 6px; padding-left: 14px; font-size: 1.4rem; line-height: 200%
}
.cupboard .links {
  width: 1230px; margin-left: -15px; font-size: 0px; text-align: center
}
.cupboard .links div.item {
  width: 175px; margin: 0px 15px 30px 15px; display: inline-block
}
.cupboard .links div.item a {
  display: table; text-align: center
}
.cupboard .links div.item a span {
  display: table-cell; vertical-align: middle
}
.cupboard .links div.item a img {
  max-width: 175px; max-height: 100px
}
.cupboard .pictures {
  width: 1230px; margin-left: -15px
}
.cupboard .pictures div.item {
  width: 380px; margin: 0px 15px 30px 15px; float: left
}
.cupboard .pictures div.item p.image {
  margin: 0px; padding: 0px
}
.cupboard .pictures div.item p.image img {
  width: 100%
}
.cupboard .pictures div.item p.topic {
  margin: 0px; padding: 0px; background: #fff; line-height: 300%; font-size: 1.4rem; font-weight: bold; text-align: center
}
.cupboard .synopsis div.item {
  width: 520px; height: 160px; margin-bottom: 20px; padding: 30px; background: #fff; float: left; overflow: hidden; position: relative; z-index: 100
}
.cupboard .synopsis div.item p {
  margin: 0px; padding: 0px
}
.cupboard .synopsis div.item p.photo {
  width: 160px; height: 160px; float: left; margin-right: 30px; margin-bottom: 30px
}
.cupboard .synopsis div.item p.photo img {
  width: 100%; height: 100%
}
.cupboard .synopsis div.item p.topic {
  padding-bottom: 10px; font-size: 1.6rem; font-weight: bold
}
.cupboard .synopsis div.item p.topic em {
  font-style: normal; color: #666; font-size: 1.4rem
}
.cupboard .synopsis div.item p.intro {
  line-height: 150%; font-size: 1.4rem; color: #333
}
.cupboard .outline {
  width: 1230px; margin-left: -15px
}
.cupboard .outline h1 {
  font-size: 18px; line-height: 150%; padding-bottom: 20px; text-align: center
}
.cupboard .outline div.item {
  width: 340px; background: #fff; margin: 0px 15px 30px 15px; padding: 20px; float: left
}
.cupboard .outline div.item ul {
  padding: 10px 0px
}
.cupboard .outline div.item ul li {
  padding-left: 20px; background: url(icon/circle.1.svg) left center no-repeat; background-size: 6px 6px; font-size: 1.4rem; line-height: 200%
}
.cupboard .outline div.item p {
  margin: 0px; padding: 0px
}
.cupboard .outline div.item p.topic {
  padding-bottom: 10px; line-height: 150%; border-bottom: #eee 1px solid; font-size: 1.6rem; font-weight: bold
}
.cupboard .outline div.item p.tips {
  color: #999; line-height: 200%
}
.cupboard .outline div.item p.email {
  background: url(icon/email.1.svg) left center no-repeat; background-size: 20px; padding-left: 30px; line-height: 200%
}
.cupboard .outline div.item p.email a {
  color: #005f9b; text-decoration: underline
}
/*.cupboard .full.content h1 {
  font-size: 1.8rem; line-height: 150%; padding-bottom: 20px; text-align: center; border-bottom: #eee 1px solid
}*/
.cupboard .full.content div.text {
  background: #fff; padding: 20px; font-size: 1.4rem; line-height: 200%
}
.cupboard .full.content div.text p {
  margin: 0px; padding: 0px 0px 20px 0px
}
.cupboard .full.content div.text img {
  max-width: 100%
}
.cupboard .tinyform li {
  padding: 10px 0px; /*text-align: center*/
}
.cupboard .tinyform li label {
  display: inline-block; width: 80px;
}
.cupboard .tinyform li span.tips {
  font-size: 12px; color: #9499a1;
}
.cupboard .tinyform div.submit {
  width: 500px; margin-top: 15px;
}
.cupboard .search {
  background: #fff; padding: 20px; font-size: 1.4rem
}
.cupboard .search .result {
  padding-bottom: 20px
}
.cupboard .search .result li {
  padding: 10px 0px; border-bottom: #ddd 1px dotted
}
.cupboard .search .result li a {
  display: block
}
.cupboard .search .result li a.url {
  color: #008000; font-size: 1.2rem; padding-top: 10px
}
.pagi {
  line-height: 100%; text-align: center; margin-top: 30px;
}
.pagi a {
  display: inline-block; background: #fff; padding: 10px; font-size: 14px; color: #666; border: #eee 1px solid; border-right: 0px; cursor: pointer; vertical-align: middle
}
.pagi a:last-child {
  border-right: #eee 1px solid
}
.pagi a.on {
  text-decoration: underline
}
.selector {
  width: 100%; padding-bottom: 20px; text-align: center
}
.selector ul {
  display: inline-block; font-size: 0px
}
.selector ul li {
  display: inline-block; background: #fff; border: #ddd 1px solid; border-right: 0px
}
.selector ul li:first-child {
  border-top-left-radius: 10px; border-bottom-left-radius: 10px
}
.selector ul li:last-child {
  border-right: #ddd 1px solid; border-top-right-radius: 10px; border-bottom-right-radius: 10px
}
.selector ul li a {
  display: inline-block; font-size: 1.4rem; padding: 10px 20px
}
.selector ul li.on {
  background: #005f9b; border-color: #005f9b
}
.selector ul li.on a {
  color: #fff
}
.home {
  width: 100%; position: relative; z-index: 100; background: url(body.jpg) repeat;
}
.home .banner {
  width: 100%; height: 300px; background: url(banner.jpg) center center; background-size: cover; position: relative; z-index: 100
}
.home .banner h2 {
  width: 600px; font-size: 4.8rem; font-weight: normal; color: #fff; text-align: center; margin-left: -300px; position: absolute; top: 160px; left: 50%; z-index: 200
}
.home .banner h3 {
  width: 600px; font-size: 1.8rem; font-weight: normal; color: #fff; text-align: center; margin-left: -300px; position: absolute; top: 240px; left: 50%; z-index: 200
}
.home .banner a.more {
  width: 196px; font-size: 1.8rem; color: #fff; text-align: center; line-height: 46px; border: #fff 2px solid; border-radius: 10px; margin-left: -100px; position: absolute; top: 300px; left: 50%; z-index: 200; transition: background .3s ease,color .3s ease
}
.home .banner a.more:hover {
  background: #fff; color: #000
}
.home_item {
  width: 100%; padding: 20px 0px;
}
.home_item h2 {
  font-size: 2.4rem; line-height: 200%; font-weight: normal; text-align: center
}
.home_item:nth-child(odd) {
  background: #fff
}
/**/
.inlin-black {
  display: inline-block; vertical-align: middle;
}
.cupboard .main-list {
  width: 100%;
}

.cupboard .main-list .item {
  margin-bottom: 10px;
}

.cupboard .main-list .item a, .cupboard .full.content .item{
  display: flex;
}

.cupboard .main-list .item .item-left, .cupboard .full.content .item .item-left {
  position: relative;
  margin-right: 10px;
}

.cupboard .main-list .item .item-left img, .cupboard .full.content .item .item-left img{
  display: block;
  width: 180px;
  height: auto;
}

.cupboard .main-list .item .item-left span, .cupboard .full.content .item .item-left span{
  position: absolute;
  background: rgba(255,0,0,0.8);
  color: #FFF;
  padding: 2px;
  font-size: 10px;
  left: 0;
  top: 0
}

.cupboard .main-list .item .item-body .item-header, .cupboard .full.content .item .item-body .item-header {
  font-weight: unset;
  font-size: 18px;
  margin-bottom: 10px;
}

.cupboard .main-list .item .item-body .item-body-list, .cupboard .full.content .item .item-body .item-body-list {
  line-height: 1.8;
}

.cupboard .main-list .item .item-body .item-body-list li, .cupboard .full.content .item .item-body .item-body-list li {
  color: #909399;
}

.cupboard .main-list .item .item-body .item-body-list li span,  .cupboard .full.content .item .item-body .item-body-list li span {
  color: #303133
}

.cupboard .full.content .item .item-body .item-body-list li a {
  color: #5b9dd9; margin-right: 5px;
}

.cupboard .main-list .item-sub{
  margin-bottom: 20px;
}

.cupboard .main-list .item-sub dl dt {
  font-size: 16px;
  margin: 8px 0;
}

.cupboard .main-list .item-sub dl dd {
  padding-left: 2em;
}

.cupboard .main-list .item-sub dl dd a, .cupboard .content dl dd.tagbut-list a {
  padding: 2px 5px;
  background: #409EFF;
  color: #FFFFFF;
  border-radius: 3px;
  font-size: 12px;
  white-space: nowrap;
}
 
.cupboard .content dl {
  margin-bottom: 20px;
}

.cupboard .content dl dt {
  border-left: 6px solid #eee;
  border-bottom: 1px solid #E4E7ED;
  font-size: 15px;
  padding: 5px 0 5px 10px;
  margin-bottom: 10px;
}

.cupboard .content dl dd {
  margin-bottom: 5px;
  line-height: 1.8;
}

.cupboard .content dl dd span {
  color: #909399;
}

.cupboard .content dl dt span {
  padding: 2px 8px;
  background: #409EFF;
  color: #FFFFFF;
  border-radius: 2px;
  font-size: 12px;
  float: right;
  margin-right: 15px;
  cursor: pointer;
}

.container .cupboard {
  min-height: calc(100vh - 188px);
}

.login-but, .user-cneter, .searchbox {
  position: absolute;
  left: 50%;
  top: 20px;
  z-index: 100;
  margin-left: 480px;
}

.searchbox {
  top: 25px;
  margin-left: 220px;
}

.searchbox input.keyword {
  width: 160px;
  height: 28px;
  line-height: 28px;
  background: none;
  padding: 0px 30px 0px 10px;
  border: #d1d1d1 1px solid;
}

.searchbox input.search {
  width: 22px;
  height: 28px;
  border: 0px;
  display: block;
  background: url(icon/search.1.svg) center center no-repeat;
  background-size: 22px 28px;
  position: absolute;
  top: 1px;
  right: 4px;
  opacity: 0.3;
  z-index: 200;
  cursor: pointer;
  transition: all .3s ease;
}

.searchbox input.search:hover {
  opacity: 1;
}

.login-but span, .user-cneter a {
  color: #5b9dd9; cursor: pointer
}

.flex-box {
  display: flex;
}

.cupboard .side dl {
  margin-right: 15px;
}

.cupboard .side dl dt {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #E4E7ED;
}

.cupboard .side dl dd a, .cupboard .side dl dd span {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #5b9dd9; 
  padding-left: 1rem;
  border-bottom: 1px solid #f2f2f2;
}
.cupboard .side dl dd.on a {
  color: red;
}

ul.user-info li {
  line-height: 36px;
  height: 36px;
}

p.tips {
  padding: 0 20px;
  margin: 0 0 15px 0;
  font-size: 12px;
  color: #909399;
}

.main-list dl {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E4E7ED;
}

.main-list dl dt {
  font-size: 18px;
  margin-bottom: 10px;
}

.main-list dl dt span {
  font-size: 14px;
  color: #909399;
}

.main-list dl dd {
  line-height: 1.8;
}

.main-list dl dd span {
  color: #909399;
}

.main-list dl dd.more {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0px;
}

.main-list dl dd.more a {
  padding: 2px 10px;
  background: #409EFF;
  color: #FFFFFF;
  border-radius: 3px;
  font-size: 12px; 
}

.main-content h1 {
  font-size: 20px;
  font-weight: unset;
  margin-bottom: 5px;
}

.main-content h1 span, .main-content p span {
  font-size: 14px;
  color: #909399;
}

.main-content {
  margin-bottom: 20px;
}

.main-content p {
  margin: 0 0 10px 0;
  padding: 0;
}

.main-content p.intro {
  background: #E4E7ED;
  line-height: 1.8;
  padding: 10px;
  border-radius: 5px;
}

.main-content p.but {
  text-align: right;
}

.main-content p.but span, .main-content p.but a {
  padding: 2px 8px;
  background: #409EFF;
  color: #FFFFFF;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 15px;
  cursor: pointer;  
}

.main-content p.but a {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #E4E7ED;   
}

.more-load {
  text-align: center;
  color: #409EFF;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  html {
    font-size: 20px
  }
  body {
    min-width: 640px
  }
  .wrap {
    width: 640px; margin: auto
  }
  .header {
    width: 640px; min-width: 640px
  }
  .header div.logo {
    margin-left: -300px
  }
  .header div.logo a {
    font-size: 1.8rem
  }
  .header div.menu {
    width: 640px; background: rgba(0, 95, 155, .9); position: absolute; top: 0px; z-index: 90; transition: top .3s ease
  }
  .header div.menu ul {
    position: relative
  }
  .header div.menu ul li {
    float: none; max-height: 0px; overflow: hidden; text-align: center; transition: max-height .3s ease
  }
  .header div.menu ul li a {
    display: block; font-weight: normal; color: #fff
  }
  .header div.menu ul li.on {
    background: rgba(0, 95, 155, 1)
  }
  .header div.menu ul li.on a {
    color: #fff
  }
  .header div.menu.on {
    top: 80px
  }
  .header div.menu.on ul li {
    max-height: 100px
  }
  .header span.menu {
    display: block; width: 50px; height: 40px; position: absolute; top: 20px; right: 20px; z-index: 110
  }
  .header span.menu em {
    display: block; width: 50px; height: 4px; background: #005f9b; border-radius: 2px; position: absolute; top: 0px; left: 0px; z-index: 100; transition: top .3s ease,transform .3s ease,opacity .3s ease
  }
  .header span.menu em.e1 {
    top: 4px
  }
  .header span.menu em.e2 {
    top: 18px
  }
  .header span.menu em.e3 {
    top: 32px
  }
  .header span.menu.on em.e1 {
    top: 18px; transform: rotate(45deg)
  }
  .header span.menu.on em.e2 {
    opacity: 0
  }
  .header span.menu.on em.e3 {
    top: 18px; transform: rotate(-45deg)
  }
  .cupboard {
    width: 100%
  }
  .cupboard .main {
    width: auto; float: none
  }
  .cupboard .main .list li span.time {
    display: block; position: relative; top: auto; right: auto
  }
  .cupboard .side {
    width: 100%; margin-bottom: 20px; float: none
  }
  .cupboard .side dl.option dd {
    background-size: 16px 16px; padding-left: 25px; width: 274px; float: left
  }
  .cupboard .links {
    width: 600px; margin: auto
  }
  .cupboard .links div.item {
    width: 50%; margin: 0px 0px 20px 0px
  }
  .cupboard .links div.item a img {
    max-width: 280px; max-height: 160px
  }
  .cupboard .pictures {
    width: 600px; margin: auto
  }
  .cupboard .pictures div.item {
    width: 100%; margin: 0px 0px 20px 0px; float: none
  }
  .cupboard .synopsis div.item {
    width: 560px; margin: auto; margin-bottom: 20px; padding: 20px; float: none; height: auto; overflow: visible
  }
  .cupboard .synopsis div.item p.photo {
    width: 250px; height: 250px
  }
  .cupboard .outline {
    width: 600px; margin: auto
  }
  .cupboard .outline div.item {
    width: auto; background: #fff; margin: 0px 0px 30px 0px; padding: 20px; float: none
  }
  .home .banner h2 {
    font-size: 2.4rem
  }
  .home .banner h3 {
    font-size: 1.2rem
  }
  .home .banner a.more {
    font-size: 1.2rem
  }
}

.popup_mask {
  width: 100%; height: 100%; background: #000; opacity: 0; position: fixed; top: 0px; left: 0px; z-index: 50; transition: all .3s ease
}
.popup_mask.on {
  opacity: 0.8; z-index: 10000
}
.popup_alert {
  width: 500px; height: 300px; background: #fff; position: fixed; top: 50%; left: 50%; opacity: 0; transform: translate(-50%, -50%) scale(0.2); box-shadow: 0 5px 15px rgba(0, 0, 0, .5); z-index: 50; transition: all .3s ease
}
.popup_alert.on {
  opacity: 1; transform: translate(-50%, -50%) scale(1); z-index: 11000
}
.popup_alert div.title {
  width: 100%; height: 140px; margin-top: 20px; background: url(icon/exclamation.1.svg) center center no-repeat; background-size: 90px 90px
}
.popup_alert div.word {
  width: 90%; margin: auto; font-size: 24px; text-align: center; line-height: 30px; max-height: 60px; overflow: hidden; text-overflow: ellipsis
}
.popup_alert div.word em {
  display: block; font-size: 14px; font-style: normal
}
.popup_alert div.word em a {
  display: inline-block; line-height: 16px; border-bottom: #999 1px solid; color: #999
}
.popup_alert div.word em a:hover {
  border-color: #000; color: #000
}
.popup_alert div.button {
  padding-top: 30px; text-align: center
}
.popup_alert div.button button {
  margin-left: 10px; margin-right: 10px
}
.popup_minialert {
  background: rgba(0, 0, 0, 0.7); position: fixed; top: 50%; left: 50%; border-radius: 6px; opacity: 0; transform: translate(-50%, -50%) scale(0.2); z-index: 50; transition: all .3s ease
}
.popup_minialert.on {
  opacity: 1; transform: translate(-50%, -50%) scale(1); z-index: 1100000000
}
.popup_minialert div.word {
  padding: 10px 20px; line-height: 24px; font-size: 14px; color: #fff
}
.popup_confirm {
  width: 500px; height: 300px; background: #fff; position: fixed; top: 50%; left: 50%; opacity: 0; transform: translate(-50%, -50%) scale(0.2); box-shadow: 0 5px 15px rgba(0, 0, 0, .5); z-index: 50; transition: all .3s ease
}
.popup_confirm.on {
  opacity: 1; transform: translate(-50%, -50%) scale(1); z-index: 11000
}
.popup_confirm div.title {
  width: 100%; height: 140px; margin-top: 20px; background: url(icon/exclamation.1.svg) center center no-repeat; background-size: 90px 90px
}
.popup_confirm div.word {
  font-size: 24px; text-align: center; line-height: 30px; max-height: 60px; overflow: hidden
}
.popup_confirm div.button {
  padding-top: 30px; text-align: center
}
.popup_confirm div.button button {
  margin-left: 10px; margin-right: 10px
}
.popup_page {
  background: #fff; position: fixed; top: 40%; left: 50%; opacity: 0; transform: translate(-50%, -50%); box-shadow: 0 5px 15px rgba(0, 0, 0, .5); z-index: 50; transition: all .3s ease
}
.popup_page span.close {
  display: block; width: 40px; height: 40px; background: url(icon/close.1.svg) center center no-repeat; background-size: 20px 20px; cursor: pointer; position: absolute; top: 0px; right: 0px; z-index: 1000
}
.popup_page div.title {
  min-width: 200px; line-height: 30px; background: #ececec; padding: 5px 40px 5px 10px; font-size: 14px; font-weight: bold; color: #333; word-break: break-all
}
.popup_page div.title input.title {
  width: 100%; height: 26px; line-height: 26px; background: none; border: 0px; font-size: 14px; font-weight: bold; color: #333
}
.popup_page div.title input.title::-ms-clear {
  display: none
}
.popup_page div.tinyform {
  padding: 10px 0px
}
.popup_page div.tinyform ol.tiny {
  width: 250px
}
.popup_page div.tinyform ol.small {
  width: 500px
}
.popup_page div.tinyform ol.big {
  width: 1000px
}
.popup_page div.tinyform ol li {
  padding: 10px 20px; position: relative; z-index: 100
}
.popup_page div.tinyform ol li h6 {
  font-size: 12px; font-weight: normal; color: #999; line-height: 30px; margin-top: -15px; position: absolute; right: 50px; top: 50%; z-index: 110
}
.popup_page div.tinyform ol li label {
  display: inline-block; width: 80px;
}

.popup_page div.tinyform div.submit {
  padding: 10px 20px; position: relative; z-index: 100
}
.popup_page div.tinyform div.submit span.tips {
  line-height: 30px; text-align: right; color: #999; position: absolute; top: 10px; right: 20px; z-index: 100
}
.popup_page div.tinyform div.submit span.tips.h {
  color: #e47a26
}
.popup_page div.substance {
  min-width: 420px; max-height: 420px; padding: 20px; overflow-y: scroll; position: relative; z-index: 100
}
.popup_page div.substance.fixed {
  overflow-y: auto
}
.popup_page div.substance ul.list li {
  padding: 5px 0px 5px 20px; line-height: 22px; background: url(icon/arrow.2.svg) 5px center no-repeat; background-size: 14px 14px; border: #fff 2px solid; border-radius: 5px; cursor: pointer
}
.popup_page div.substance ul.list li.alonetips {
  padding: 5px; text-align: center; background: none; color: #777; border: 0px; cursor: default
}
.popup_page div.substance ul.list li:hover {
  border-color: #ddd
}
.popup_page div.button {
  padding: 19px 0px 20px 0px; text-align: center; background: #fdfdfd; border-top: #ddd 1px solid
}
.popup_page div.button button {
  margin-left: 10px; margin-right: 10px
}
.popup_page.on {
  top: 50%; opacity: 1; z-index: 11000
}

.oauth-logos {
  display: inline-block;
}
.oauth-logos a {
  display: inline-block; width: 63px; height: 24px; background: url(connect_logo.png) no-repeat; background-size: 63px 24px; vertical-align: middle;
}

label.radio,
label.checkbox {
  display: inline-block; min-width: 16px; position: relative; line-height: 16px; color: #666
}
label.radio input[type=radio],
label.checkbox input[type=checkbox] {
  visibility: hidden
}
label.radio vicon {
  display: inline-block; width: 14px; height: 14px; background-color: #fff; border: #ccc 1px solid; border-radius: 8px; position: absolute; top: 0px; left: 0px; z-index: 100
}
label.checkbox vicon {
  display: inline-block; width: 14px; height: 14px; background-color: #fff; border: #ccc 1px solid; position: absolute; top: 0px; left: 0px; z-index: 100
}
label.radio input[type=radio]:checked + vicon {
  background: url(icon/check.2.svg) center center no-repeat
}
label.checkbox input[type=checkbox]:checked + vicon {
  background: url(icon/check.1.svg) #fff center center no-repeat;
}
label.radio span,
label.checkbox span {
  padding-left: 10px; padding-right: 14px
}
label.radio span.text,
label.checkbox span.text {
  padding-right: 15px
}
