@charset "utf-8";


.proshow {
}

.proshow .col-left {
    width: 100%;
    border-right: 1px solid #f3f3f3;
    padding: 20px 3%;
}

.proshow .col-left .big_pic {
    text-align: center;
}

.proshow .col-left .big_pic img {
    max-width: 100%;
}

.proshow .col-left .thumb_pic {
    margin: 30px 0 0 0;
    text-align: center;
}

.proshow .col-left .thumb_pic ul {
    margin: 0 auto;
}

.proshow .col-left .thumb_pic ul li {
    display: inline-block;
    margin-right: 5px;
    width: 60px;
    height: 60px;
    border: 1px solid #eaeaea;
    padding: 0px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.proshow .col-left .thumb_pic ul li.active {
    border: 1px solid #2DB7F5;
    background: #fff;
}

.proshow .col-left .thumb_pic ul li.active:after {
    content: " ";
    position: absolute;
    right: 24px;
    top: -5px;
    width: 11px;
    height: 11px;
    border: #2DB7F5 solid 1px;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    z-index: -1
}

.proshow .col-right {
    width: 45%;
    padding: 20px 3%;
}

.proshow .col-right h1 {
    font-size: 24px;
    font-weight: bold;
}

.proshow .col-right .intro {
    color: #888;
    margin: 10px 0;
}

.proshow .col-right .attribute {
    list-style: none;
    margin: 10px 0;
}

.proshow .col-right .attribute li {
    line-height: 30px;
}

.proshow .col-right .attribute li em {
    display: inline-block;
    width: 60px;
    font-style: normal;
    color: #999;
}

.proshow .col-right .price {
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
}

.proshow .col-right .price span {
    font-size: 26px;
    color: #f60;
}

.proshow .col-right .price em {
    font-size: 12px;
    color: #999;
    font-style: normal;
    padding-left: 5px;
}

.proshow .col-right .tags {
    color: #999;
    margin: 15px 0;
}

.proshow .col-right .tags a {
    margin: 0 10px 10px 0;
}

.proshow_content {
    padding: 20px 0;
}

.proshow_content a {
    color: #03C;
}

.proshow_content a:hover {
    color: #f30;
}

.proshow_content p {
    margin-bottom: 20px;
    line-height: 24px;
}

.proshow_content p img {
    max-width: 100%;
}

.proshow_content .extend {
    list-style: none;
}

.proshow_content .extend li {
    font-size: 15px;
    line-height: 30px;
}

.proshow_content .extend li em {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #999;
    font-size: 15px;
    margin-right: 15px;
}

.quicklogin {
    padding: 20px 0;
    text-align: center;
}

.quicklogin .line {
    margin: 20px auto;
    max-width: 86%;
    font-weight: 400;
    font-size: 18px;
    color: #666;
}

.quicklogin a {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    color: #999;
    font-size: 12px;
    transition: all .3s ease 0s;
}

.quicklogin a:hover {
    transform: translate3d(0,-5px,0);
}

.quicklogin a span {
    display: block;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    background: #f3f3f3;
    font-size: 24px;
    margin-bottom: 10px;
}

.quicklogin a span.blue {
    background: #E7F7FE;
    color: #1890FF;
}

.quicklogin a span.red {
    background: #FFF1F8;
    color: #ED4014;
}

.quicklogin a span.green {
    background: #E6F8E6;
    color: #19BE6B;
}

.api_user {
    padding: 0 0 20px 60px;
    margin-bottom: 20px;
}

.api_user span {
    color: #1890ff;
}

.api_user a {
    color: #f30;
}

.user_info {
    padding: 20px 30px;
    display: flex;
}

.user_info .face {
    width: 160px;
    padding-right: 20px;
    cursor: pointer;
}

.user_info .face img {
    border-radius: 50%;
    border: 1px solid #f3f3f3;
    padding: 4px;
    width: 120px;
    height: 120px;
}

.user_info .info {
    flex: 1;
    overflow: hidden;
}

.user_info .info p {
    margin: 0;
    padding: 10px 0;
}

.user_info .info p span {
    color: #f30;
}

.user_info .info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user_info .info ul li {
    font-size: 16px;
    line-height: 55px;
    height: 55px;
    border-bottom: 1px dashed #eee;
    vertical-align: middle;
    float: left;
    width: 45%;
    margin-right: 5%;
}

.user_info .info ul li span {
    color: #f30;
}

.user_info .info ul li em {
    color: #999;
    font-style: normal;
    display: inline-block;
    margin-right: 5px;
}

.pay {
    margin: 0 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
}

.pay li {
    min-width: 200px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.pay li div {
    border: 1px solid #efefef;
    text-align: center;
    position: relative;
}

.pay li div img {
    max-width: 100%;
    height: 65px;
}

.pay li div i {
    position: absolute;
    right: 2px;
    bottom: 0px;
    font-size: 12px;
    color: #fff;
    z-index: 10;
    display: none;
}

.pay .active div:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    color: #1890FF;
    width: 0;
    height: 0;
    border-bottom: 30px solid #1890FF;
    border-left: 30px solid transparent;
    z-index: 10;
}

.pay .active div {
    border-color: #90BAFF;
}

.pay .active div i {
    display: block;
}

.order-base {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 20px 20px;
}

.order-base-left {
    flex: 1;
    overflow: hidden;
    border-right: 1px solid #f3f3f3;
}

.order-base-left h1 {
    font-size: 24px;
    font-weight: 400;
    color: #666;
}

.order-base-left h1 i {
    font-size: 34px;
    color: #1890FF;
    margin-right: 10px;
}

.order-base-left p {
    padding-left: 46px;
    color: #f30;
    margin: 0;
}

.order-base-left p span {
    color: #999;
}

.order-base-right {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #999;
    padding-left: 30px;
}

.order-base-right em {
    color: #f30;
}

.order-goods {
    border: 1px solid #f3f3f3;
    border-radius: 4px;
}

.order-goods .ui-collapse-menu-title a {
    font-size: 16px;
}

.order-goods .ui-collapse-menu-title a:hover {
    padding-left: 0;
}

.order-goods .ui-collapse-menu-title.active {
    background: #fafafa;
}

.order-goods .ui-collapse-menu-title.active a {
    color: #1890FF;
}

.order-goods .ui-collapse-menu-title a span {
    color: #1890FF;
    font-size: 16px;
    margin-right: 15px;
}

.order-goods .ui-collapse-menu-body li span {
    color: #999;
}

.order-goods .ui-collapse-menu-body li:last-child {
    border-bottom: 0;
}

.order-pay {
    margin: 20px 0;
}

.order-pay ul {
    max-width: 50%;
}

/*BBS*/
.bbs {
    position: relative;
}

.bbs-left {
    width: 300px;
    padding: 30px 0;
}

.bbs-left-title {
    color: #526069;
    font-weight: 500;
    font-size: 20px;
    padding-left: 30px;
}

.bbs-left-nav {
    list-style: none;
    margin: 20px 0;
}

.bbs-left-nav li {
    line-height: 45px;
    margin-bottom: 1px;
}

.bbs-left-nav li a {
    color: #76838f;
    display: block;
    font-weight: 500;
    padding-left: 30px;
    font-size: 16px;
}

.bbs-left-nav li a i {
    font-size: 20px;
    margin-right: 10px;
}

.bbs-left-nav li a:hover {
    color: #1890FF;
    background: #eaf7ff;
}

.bbs-left-nav li a:hover i {
    color: #1890FF;
}

.bbs-left-nav li.active a {
    color: #1890FF;
    background: #eaf7ff;
}

.bbs-left-nav li.active a:hover i {
    color: #1890FF;
}

.bbs_search {
    padding: 15px 30px;
}

.bbs-right {
    flex: 1;
    overflow: hidden;
    border-left: 1px solid #e4eaec;
    padding: 30px;
    min-height: 360px;
}

.bbs-right-title {
    color: #526069;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

.bbs-right-title a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: normal;
    background: #40A9FF;
    color: #fff;
    border-radius: 20px;
    display: block;
    padding: 10px 30px;
}

.bbs-right-title a:hover {
    background: #1890FF;
}

.bbs-right .ui-tabs-nav a {
    padding: 10px 20px;
}

.bbs-topic {
    margin: 0;
}

.bbs-topic-item {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 20px 30px;
    border-bottom: 1px solid #f3f3f3;
}

.bbs-topic-item .face {
    width: 40px;
    height: 40px;
}

.bbs-topic-item .face img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.bbs-topic-item .body {
    flex: 1;
    overflow: hidden;
    padding: 0 20px;
}

.bbs-topic-item .body em {
    background: #f30;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    margin: 0 5px;
    font-size: 12px;
    border-radius: 4px;
    border: 0;
}

.bbs-topic-item .body a {
    color: #666;
}

.bbs-topic-item .body a:hover {
    color: #333;
}

.bbs-topic-item .body .desc {
    color: #a3afb7;
}

.bbs-topic-item .other {
    width: 100px;
    padding-left: 20px;
    font-size: 12px;
    color: #333;
}

.bbs-topic-item .other i {
    color: #ccc;
    margin-right: 5px;
}

.bbs-topic-item:hover {
    background: #f5fbff;
}

.bbs-post {
    margin-top: 30px;
}

.bbs-post .ui-col-2 {
    text-align: right;
    color: #999;
}

.bbs-post .ui-col-10 {
    max-width: 760px;
}

.bbs-show {
    margin-top: 0px;
}

.bbs-show .tip {
    color: #76838f;
    background: #ecf4ff;
    display: inline-block;
    padding: 15px 20px;
    border-left: 3px solid #3e8ef7;
    border-radius: 2px;
}

.bbs-show .tip a {
    color: #06f;
    margin: 0 10px;
}

.bbs-show .tip a:hover {
    color: #f30;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td,th {
    border: 1px solid #eaeaea;
    padding: 10px;
}

.ui-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.ui-sidebar ul {
    border-radius: 0;
}

.ui-sidebar ul li:first-child,.ui-sidebar ul li:first-child a {
    border-radius: 0;
}

.ui-sidebar ul li:last-child,.ui-sidebar ul li:last-child a {
    border-radius: 0;
}

.ui-sidebar ul li a {
    width: 70px;
    line-height: 60px;
}

.ui-sidebar ul li a i {
    font-size: 28px;
}

.ui-sidebar ul li div {
    line-height: 60px;
    font-size: 16px;
    min-width: 120px;
}

.ui-sidebar ul li:hover div {
    right: 80px;
}

.ui-sidebar ul li a {
    color: #246FDD;
}

.ui-sidebar ul li a:hover {
    background: #246FDD;
    border-color: #246FDD;
}

.ui-sidebar ul li.active a {
    background: #246FDD;
    border-color: #246FDD;
}

.ui-card-book {
    border: 1px solid #DFEDFF;
    border-radius: 0 20px 0 0;
}

.ui-card-book .ui-card-header {
    padding: 10px 25px;
    line-height: 30px;
    background: #F8FBFF;
    border-bottom: 1px solid #DFEDFF;
    border-radius: 0 20px 0 0;
}

.ui-card-book .ui-card-header .ui-card-header-title {
    border: 0;
    padding: 0;
}

.ui-card-book .ui-card-body {
    padding: 20px 25px 15px 25px;
    word-break: break-all;
}

.ui-card-book .ui-card-footer {
    border-top: 0;
    padding: 0 25px 20px 25px;
}

.imagelist {
    overflow: hidden;
}

.imagelist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.imagelist ul li {
    float: left;
    width: 24%;
    margin-right: 1%;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
    cursor: move;
}

.imagelist ul li p {
    background: #fafafa;
    padding: 10px 15px;
    margin: 0;
}

.imagelist ul li .preview {
    height: 140px;
    background: #fafafa;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.imagelist ul li .preview img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.imagelist ul li .preview:after {
    content: ' ';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.imagelist ul li .preview .file-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    line-height: 24px;
    background: rgba(51,51,51,.6);
    font-family: arial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.imagelist ul li .preview a {
    position: absolute;
    padding: 5px 15px;
    top: -50px;
    right: 0;
    background: #1890FF;
    border-radius: 5px;
    color: #fff;
    transition: all .3s ease 0s;
}

.imagelist ul li .preview a:hover {
    color: #fff;
}

.imagelist ul li .preview:hover a {
    top: 0;
}

.imagelist ul li .intro input {
    width: 100%;
    margin: 5px 0;
    padding: 8px 10px;
    min-height: 30px;
    color: #999;
    border: 1px solid #ddd;
}

.imagelist ul li .intro textarea {
    width: 100%;
    margin: 5px 0;
    padding: 8px 10px;
    min-height: 50px;
    color: #666;
    border: 1px solid #eee;
}

.imagelist ul li .action {
    text-align: center;
    overflow: hidden;
}

.imagelist ul li .action a {
    text-align: center;
    color: #999;
    outline: none;
    width: 33.3333%;
    float: left;
}

.imagelist ul li .action a:hover {
    color: #f30;
}

.imagelist ul .hover {
    border: 1px solid #6b0;
}

.imagelist ul .hover:after {
    width: 0;
    height: 0;
    border-top: 40px solid #66bb00;
    border-left: 40px solid transparent;
    position: absolute;
    display: block;
    right: 0;
    content: "";
    top: 0;
    z-index: 1001;
}

.imagelist ul .hover:before {
    font: normal normal normal 14px/1 iconfont;
    content: "\e830";
    display: block;
    position: absolute;
    top: 5px;
    right: 4px;
    z-index: 1002;
    color: #fff;
}
