@font-face {
  font-family: 'icofont';
  src:  url('../font/icofont.eot');
  src:  url('../font/icofont.eot#iefix') format('embedded-opentype'),
    url('../font/icofont.ttf') format('truetype'),
    url('../font/icofont.woff') format('woff'),
    url('../font/icofont.svg#icofont') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
  
  font-family: 'icofont' !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;
}

.ico-check-circled:before {
  content: "\e92f";
}
.ico-close-circled:before {
  content: "\e93a";
}
.ico-download-alt:before {
  content: "\e95f";
}
.ico-eye-outline:before {
  content: "\e984";
}
.ico-heart-alt:before {
  content: "\e991";
}
.ico-long-arrow-right:before {
  content: "\e9ba";
}
.ico-people:before {
  content: "\e9c9";
}
.ico-shopping-cart-alt:before {
  content: "\e9e7";
}
.ico-tick-mark:before {
  content: "\ea5d";
}
input {
    overflow: visible;
	font: inherit;
    margin: 0;
}
.form-control {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
figure.big-screen:before {
	background: none;
	display: none;
}
figure.big-screen:hover img {
	opacity: 1;
}
.new-price {
    font-weight: 300 !important;
    color: #BCBCBC !important;
    text-decoration: line-through;
    margin: 0 5px 0 0;
}
.mtbtn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .85rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
    text-decoration: none;
}
.btn-block {
    display: block;
}
.mtbtn.btn-primary {
    color: #fff;
    border-color: #009CFF;
    background-color: #009CFF;
}

.mtbtn.btn-success {
    color: #fff;
    border-color: #02c63c;
    background-color: #02c63c;
}

.mtbtn.btn-warning {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.mtbtn.btn-primary:hover {
    border-color: #00C0FF;
    background-color: #00C0FF;
}

.mtbtn.btn-success:hover {
    border-color: #23cf5f;
    background-color: #23cf5f;
}

.mtbtn.btn-warning:hover {
    background-color: #C0C0C0;
    border-color: #C0C0C0;
}
.th-card {
    background: #fff;
    padding: 1.875rem;
    box-shadow: 0 2px 4px 0 rgba(135,152,164,0.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(135,152,164,0.3);
    border-radius: 3px;
}
.item-sidebar {
	width: 28.22222%;
    float: right;
    margin-left: 1.38889%;
	font-size: .88em;
}
.big-screen {
	margin-bottom:30px;
	background:#fff
}
.big-screen p {
	font-size: 1.8rem;
    font-weight: 400;
    line-height: 3rem;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.award-site .th-card {
  margin-bottom: 30px;
  border-radius: 0;
}
.award-site .th-card.pd-0 {
  padding: 0;
}
.award-site .th-card .th-card-title {
  margin: 0 0 20px;
  font-size: 1.125em;
  color: #484848;
}
.award-site .th-card .item-thumbnail {
  position: relative;
  padding: 10px;
}
.award-site .th-card .item-thumbnail .item-links {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.9);
  text-align: center;
  display: none;
}
.award-site .th-card .item-thumbnail .item-links .btn {
  min-width: 200px;
  max-width: 100%;
}
.award-site .th-card .item-thumbnail .item-links >div >div {
  margin: -10px;
}
.award-site .th-card .item-thumbnail .item-links >div >div >div {
  margin: 10px;
}
.award-site .th-card .item-thumbnail:hover .item-links {
  display: block;
  animation: fadeIn 300ms;
}
.award-site .th-card .item-description p,
.award-site .th-card .item-description img {
  margin-bottom: 30px;
}
.award-site .th-card .item-description p img {
  margin-top: 30px;
}
.award-site .th-card .item-description h2 {
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 20px;
}
.award-site .th-card .item-description h3 {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.award-site .th-card .item-description h4 {
  line-height: 1.6;
  margin-bottom: 20px;
}
.award-site .th-card .item-description h2 a,
.award-site .th-card .item-description h3 a,
.award-site .th-card .item-description h4 a {
  position: relative;
  color: #000000;
}
.award-site .th-card .item-description h2 a:hover,
.award-site .th-card .item-description h2 a:hover:after,
.award-site .th-card .item-description h3 a:hover,
.award-site .th-card .item-description h3 a:hover:after,
.award-site .th-card .item-description h4 a:hover,
.award-site .th-card .item-description h4 a:hover:after {
  color: #23cf5f;
}
.award-site .th-card .item-description h2 a:after,
.award-site .th-card .item-description h3 a:after,
.award-site .th-card .item-description h4 a:after {
  content: "\f0c1";
  font-family: "FontAwesome";
  font-size: 0.875em;
  display: inline-block;
  margin-left: 5px;
  color: #999;
}
.award-site .th-card .item-description ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 10px;
}
.award-site .th-card .item-description ul >li {
  display: block;
  padding: 0 0 0 15px;
  position: relative;
  margin-bottom: 5px;
}
.award-site .th-card .item-description ul >li img {
  margin: 10px 0;
}
.award-site .th-card .item-description ul >li:before {
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 10px;
  left: 0;
  top: 12px;
}
.award-site .th-card .item-description ol {
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin: 0 0 25px 10px;
}
.award-site .th-card .item-description ol > li {
  counter-increment: item;
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
.award-site .th-card .item-description ol > li img {
  margin: 10px 0;
}
.award-site .th-card .item-description ol > li >a {
  color: #000000;
}
.award-site .th-card .item-description ol > li >a:hover {
  color: #23cf5f;
}
.award-site .th-card .item-description ol > li:before {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 0.625em;
  content: counter(item);
  background: #00aeef;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.award-site .th-card .item-description pre {
  margin-bottom: 30px;
}
.award-site .th-card .item-description .outer-img-large {
  margin-left: -100px;
  margin-right: -100px;
}
.award-site .th-card .item-description .outer-img-xlarge {
  margin-left: -150px;
  margin-right: -150px;
}
.award-site .th-card .item-description .social-share {
  padding: 0;
  margin: 70px 0 20px;
}
.award-site .th-card .item-description blockquote {
  background: #F6F7F9;
  padding: 60px 30px 30px;
  border: 0;
  border-radius: 3px;
  position: relative;
  font-size: 1.25em;
  line-height: 36px;
  margin-bottom: 30px;
}
.award-site .th-card .item-description blockquote strong,
.award-site .th-card .item-description blockquote b {
  font-weight: 600;
}
.award-site .th-card .item-description blockquote p:last-child {
  margin-bottom: 0;
}
.award-site .th-card .item-description blockquote:before {
  content: "\f10e";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 2em;
  color: #23cf5f;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.award-site .th-card .item-meta {
  padding: 30px 20px;
  border-top: 1px solid #EBEFF1;
}
.award-site .th-card .item-meta >div {
  color: #AEAEAE;
  line-height: 1;
}
.award-site .th-card .item-meta >div >span {
  margin-top: 7px;
  line-height: 1;
  font-weight: 500;
  color: #222222;
  display: block;
}
.award-site .th-card .nav {
  margin: -1.875rem -1.875rem 1.875rem;
  background: #FAFAFA;
  border-bottom: 1px solid #EBEFF1;
}
.award-site .th-card .nav .nav-link {
  position: relative;
  padding: 1.3em 2em;
  color: #939393;
  border-right: 1px solid #EBEFF1;
}
.award-site .th-card .nav .nav-link:last-child {
  border-right: 0;
}
.award-site .th-card .nav .nav-link.active {
  background: #fff;
  font-weight: 700;
  color: #23cf5f;
}
.award-site .th-card .nav .nav-link.active:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #fff;
}
.award-site .th-card .ul-check {
  list-style: none;
  padding: 0;
  margin: -10px;
  display: block;
}
.award-site .th-card .ul-check >li {
  display: inline-block;
  margin: 10px;
  font-size: 0.875em;
  color: #484848;
}
.award-site .th-card .ul-check >li .ico.ico-check {
  color: #23cf5f;
}
.award-site .th-card .ul-tags {
  display: block;
  list-style: none;
  padding: 0;
  margin: -5px;
  font-size: 0;
}
.award-site .th-card .ul-tags >li {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin: 5px;
}
.award-site .th-card .ul-tags >li >a {
  font-size: 0.75em;
  background: #D8D8D8;
  color: #484848;
  padding: 5px 7px;
  border-radius: 3px;
}
.award-site .th-card .ul-tags >li >a:hover {
  background-color: #23cf5f;
  color: #fff;
}
.award-site .item-sidebar .th-card {
  padding: 1.875rem;
}
.award-site .item-sidebar .th-card .purchase-intro {
  font-size: 0.875em;
  line-height: 1.375rem;
  color: #878787;
  margin-bottom: 1.875rem;
}
.award-site .item-sidebar .th-card .item-price {
  margin-bottom: 1.250rem;
}
.award-site .item-sidebar .th-card .item-price.no-discount {
  padding-bottom: 1.250rem;
  border-bottom: 1px solid #e5e5e5;
}
.award-site .item-sidebar .th-card .item-price >span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  float: right;
}
.award-site .item-sidebar .th-card .item-price >span.label {
  font-size: 1.5rem;
  font-weight: 400;
  float: left;
}
.award-site .item-sidebar .th-card .item-price #agent-rank {
	font-size: 1.3em;
}
.award-site .item-sidebar .th-card .item-discount-badge {
  position: relative;
  height: 2.875rem;
  line-height: 2.875rem;
  background: #E6475B;
  color: #fff;
  margin: 0 -2.25rem 1.250rem -2.25rem;
  padding: 0 2.250rem;
}
.award-site .item-sidebar .th-card .item-discount-badge >div {
  display: block;
}
.award-site .item-sidebar .th-card .item-discount-badge span {
  display: block;
  font-weight: 600;
  float: right;
}
.award-site .item-sidebar .th-card .item-discount-badge span.label {
  font-weight: 400;
  float: left;
}
.award-site .item-sidebar .th-card .item-discount-badge >div:after,
.award-site .item-sidebar .th-card .item-discount-badge >div:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px;
  border-style: solid;
  z-index: 1;
}
.award-site .item-sidebar .th-card .item-discount-badge >div.badge-left-corner:before {
  top: -6px;
  left: 0px;
  border-color: transparent #D0021B #D0021B transparent;
}
.award-site .item-sidebar .th-card .item-discount-badge >div.badge-left-corner:after {
  bottom: -6px;
  left: 0px;
  border-color: #D0021B #D0021B transparent transparent;
}
.award-site .item-sidebar .th-card .item-discount-badge >div.badge-right-corner:before {
  top: -6px;
  right: 0px;
  border-color: transparent transparent #D0021B #D0021B;
}
.award-site .item-sidebar .th-card .item-discount-badge >div.badge-right-corner:after {
  bottom: -6px;
  right: 0px;
  border-color: #D0021B transparent transparent #D0021B;
}
.award-site .item-sidebar .item-purchase-options {
  list-style: none;
  padding: 0;
  margin: 0 0 1.875rem 0;
}
.award-site .item-sidebar .item-purchase-options >li {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 400;
}
.award-site .item-sidebar .item-purchase-options >li:last-child {
  margin-bottom: 0;
}
.award-site .item-sidebar .item-purchase-options >li >.ico-tick-mark {
  color: #23cf5f;
}
.award-site .item-sidebar .btn-preview {
  margin-bottom: 1.250rem;
}
.award-site .main-content {
    width: 70%;
    height: auto;
    float: left;
	background: #fff;
}
.award-site .main-content .detail-title {
	border-bottom: 1px solid #ddd;
    padding: 20px;
    line-height: 46px;
}
.award-site .main-content .detail-infos {
    padding:20px;
	font-size: 0.8em;
	word-wrap:break-word
}
@media screen and (max-width: 1589px){
.award-site .main-content {
    width: 70%;
}
}
@media screen and (max-width: 1125px){
.award-site .main-content {
    width: 100%;
    float: none;
}}
@media (max-width: 767px) {
	.item-sidebar {
        width: auto;
        float: none;
    }
	.item-sidebar {
    margin-left: 0
	}
	.big-screen p {
	font-size: 1.35rem;
    line-height: 2rem;

	}
}


.text-center {
    text-align: center!important;
}
.th-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
}
.th-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  max-width: 100%;
  min-height: 400px;
  background: #fff;
  border-radius: 3px;
  z-index: 99991;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.th-popup.th-popup-mini {
  width: 400px;
}
.th-popup .th-popup-inner {
  position: relative;
  padding: 5% 3%;
}
.th-popup .th-popup-inner .th-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.2em;
  color: #ccc;
  text-decoration: none;
}
.th-popup .th-popup-inner .th-popup-close:hover {
  color: #999;
}
.th-popup-cart .ico-check-circled {
  color: #23cf5f;
  font-size: 2.3em;
}
.th-popup-cart h4 {
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  margin: 10px 0 0;
}
.th-popup-cart h3 {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.th-popup-cart .thumbnail-wrap {
  width: 360px;
  max-width: 100%;
  display: inline-block;
  margin: 3% 0;
}
.th-popup-cart .thumbnail-wrap img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  -webkit-box-shadow: 0 1px 6px 0 rgba(135,152,164,0.4);
  box-shadow: 0 1px 6px 0 rgba(135,152,164,0.4);
}
.th-popup-cart .cart-actions {
  margin-top: 30px;
  margin-bottom: -5px;
}
.th-popup-cart .cart-actions .btn {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  transition: all .15s ease-in-out;
  line-height: 1;
  font-weight: 400;
  margin: 5px;
}
.th-popup-cart .cart-actions .btn:focus, .th-popup-cart .cart-actions .btn:hover {
	text-decoration: none;
}
.th-popup-cart .cart-actions .btn.btn-md {
	font-size: 0.938rem;
    padding: 0.938rem 1.250rem;
    border-radius: 3px;
}
.th-popup-cart .cart-actions .btn.btn-primary {
	color: #fff;
	border-color: #1d84df;
    background-color: #1d84df;
}
.th-popup-cart .cart-actions .btn.btn-primary:hover, .th-popup-cart .cart-actions .btn.btn-primary:active{
	border-color: #1a76c7;
    background-color: #1a76c7;
}
.th-popup-cart .cart-actions .btn.btn-success {
	color: #fff;
	border-color: #23cf5f;
    background-color: #23cf5f;
}
.th-popup-cart .cart-actions .btn.btn-success:hover, .th-popup-cart .cart-actions .btn.btn-success:active{
	border-color: #1ca34b;
    background-color: #1ca34b;
}
.th-popup-cart .th-cart-price {
  margin-top: 20px;
  color: #888;
  font-size: .8em;
}
.th-popup-cart .th-cart-price span {
  display: block;
  font-size: 1.875em;
  line-height: 1;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.overlay{background:#000;opacity:.6;position:fixed;width:100%;height:100%;left:0;top:0;z-index:9998}
.weixin-box{position:fixed;left:50%;margin-left:-130px;top:50%;margin-top:-140px;z-index:9999;box-shadow:0 5px 5px rgba(0,0,0,.2);margin-bottom:20px;display:none;background-color:#FFF;border-radius:5px;color:#666}
.weixin-box img{width:100%}
.weixin-content{padding:5px 30px 30px 30px;width:260px}
.weixin-box .weixin-tip{margin-top:10px;display:block;text-align:center;margin-bottom:5px;font-size: 0.75em;}
.weixin-header{border-bottom:1px solid #eee;padding:10px 15px;font-size:1em;color:#333;text-align: center;}
.weixin-close{float:right;font-size:1.25em;font-weight:700;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.4;cursor:pointer;font-family:arial,"Hiragino Sans GB","Microsoft Yahei",sans-serif}
.weixin-close:hover{opacity:.6;color:#000}
.dcode-box{position:fixed;left:50%;margin-left: -250px;top:50%;margin-top:-120px;z-index:9999;box-shadow:0 5px 5px rgba(0,0,0,.2);margin-bottom:20px;display:none;background-color:#FFF;color:#666}
.dcode-content{padding: 40px 30px 30px;width: 330px;text-align: center;}
.dcode-content a{padding: 10px 25px;border-radius: 5px;background-color: #23cf5f;font-size: 0.65em;color: #FFF;margin: 20px 10px 10px;display: inline-block;}
.dcode-content a.dlink{background-color: #EF4136;}
#msg {position: absolute;top: 70px;left: 50%;margin-left: -40px;color: #FFF;font-size: 0.7em;background-color: #F03;padding: 5px 10px;border-radius: 3px;}
.dcode-box .dcode-tip{margin-top:10px;display:block;margin-bottom:5px;font-size: 0.75em;}
.dcode-header{border-bottom:1px solid #23cf5f;padding:20px 15px;font-size:0.8em;color:#fff;text-align: center;background-color:#4a4a4a;}
.dcode-close{font-size:1.25em;font-weight:700;line-height:20px;color:#fff;position: absolute;top: 8px;right: 11px;cursor:pointer;font-family:arial,"Hiragino Sans GB","Microsoft Yahei",sans-serif}
.dcode-close:hover{opacity:.6;}
@media (max-width: 767px) {.dcode-box{margin-left: -130px;}.dcode-content{width: 200px;}.dcode-content a{padding: 10px 15px;margin: 20px 5px 10px;}}
.float-tool{margin-bottom:-90px;position:fixed;width:44px;right:8px;bottom:40%;z-index:250}