/*
Theme Name: iFoneBox
Theme URI:
Author: gray
Author URI:
Description: ifoneBox
Version: 1.0
License:
License URI:
Tags:
*/
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/*body*/
body { background: #f2f2f2; position: relative;
font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif; }
body.body-software,body.body-none { background: #fff; }


/*Images*/
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { display: block; 	margin-left: auto; 	margin-right: auto; }
img.alignleft { margin: 5px 20px 5px 0; }
.wp-caption.alignleft { margin: 5px 10px 5px 0; }
img.alignright { margin: 5px 0 5px 20px; }
.wp-caption.alignright { margin: 5px 0 5px 10px; }
img.aligncenter { margin: 5px auto; }
img.alignnone { margin: 5px 0; }

/*colors*/
.color-white,.color-fff { color: #fff; }
.color-red { color: #f00; }
.color-black { color: #000; }
.color-333 { color: #333; }
.color-444 { color: #444; }
.color-555 { color: #555; }
.color-666 { color: #666; }
.color-777 { color: #777; }
.color-888 { color: #888; }
.color-999 { color: #999; }
.color-ccc { color: #ccc; }
.color-ddd { color: #ddd; }
.color-eee { color: #eee; }

/*text-overflow*/
.text-overflow { display: inline-block; width: 100%; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; word-break: keep-all; white-space: nowrap; }

/*toTop*/
#toTop { display: none; text-decoration: none; position: fixed; bottom: 20px; right: 20px; overflow: hidden; width: 50px; height: 50px; border-radius: 4px;
border: none; text-align: center; line-height: 50px; background: #2a6496; color: #fff;  font-size: 20px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
#toTop:hover,#toTop:active,#toTop:focus { background: #428bca; }
#toTop:active, #toTop:focus { outline: none; }

/*location*/
.location { line-height: normal; border-radius: 0; white-space: nowrap; vertical-align: middle; margin: 15px 0; }
.location > a { font-size: 13px; text-decoration: none; }
.location > a + a:before { display: inline-block; padding: 0 2px; color: #ccc; content: "/\00a0"; }
.location > .active { color: #777; }
.location > a { color: #888; }
.location > a.active { color: #999; }
.location > a:hover,.location > a:active,.location > a:focus { color: #565656; }

/*container*/
.main-container { background: #fff; padding: 12px 15px; border: 1px solid #dedede; border-radius: 6px; }

/*breadcrumb*/
.subpage-breadcrumb { padding-left: 0; padding-right: 0; background: none; margin-bottom: 10px; }
.breadcrumb { padding-left: 0; padding-right: 0; background: none; margin: 10px 0; font-size: 13px; }

/*header*/
.navbar-ifonebox-header { background: #fff; margin-bottom: 0; border-radius: 0; border-top: 8px solid #222; border-left: none;
border-right: none; border-bottom: 1px solid #dedede; height: 78px; z-index: 10; }
.navbar-ifonebox-header .container-fluid { padding-left: 0; padding-right: 0; }
.navbar-ifonebox-header .navbar-brand { padding: 10px 15px; }
.padding_none{padding-right: 0 !important;}
@media (min-width: 768px) {
	.navbar-ifonebox-header .navbar-nav .dropdown-menu { border-top: 2px solid #5cb85c; line-height: 28px; }
	.navbar-ifonebox-header .navbar-nav > li > a { color: #333;  font-size: 18px;background: #fff; padding-top: 23px; padding-bottom: 22px; border-bottom: 4px solid transparent; }
	.navbar-ifonebox-header .navbar-nav > .active > a,
	.navbar-ifonebox-header .navbar-nav > .active > a:hover,
	.navbar-ifonebox-header .navbar-nav > .active > a:active,
	.navbar-ifonebox-header .navbar-nav > .active > a:focus,
	.navbar-ifonebox-header .navbar-nav > li > a:hover,
	.navbar-ifonebox-header .navbar-nav > li > a:active,
	.navbar-ifonebox-header .navbar-nav > li > a:focus { color: #4e8a4e; background: #fff !important; border-bottom-color: #5cb85c;  }
	.navbar-ifonebox-header .navbar-form { margin-left: 15px; margin-top: 0; padding-top: 18px; padding-bottom: 18px; width: 220px; display: none; }
	.navbar-ifonebox-header .header-search-icon { margin-top: 0; margin-left: 15px; margin-top: 16px; margin-bottom: 16px; font-size: 18px; line-height: normal; color: #333; }
	.navbar-ifonebox-header .header-search-icon:hover,.navbar-ifonebox-header .header-search-icon:active,.navbar-ifonebox-header .header-search-icon:focus { color: #2a6496; }
	.navbar-ifonebox-header .navbar-nav .dropdown-menu li.active a { background: #f6f6f6; color: #333; }
	.navbar-ifonebox-header .navbar-nav .dropdown-menu li a:hover,
	.navbar-ifonebox-header .navbar-nav .dropdown-menu li a:active,
	.navbar-ifonebox-header .navbar-nav .dropdown-menu li a:focus { color: #4e8a4e; }

}
/*兼容ipad*/
@media (width: 768px) {
    .nav>li>a{padding: 10px 6px}
    .navbar-ifonebox-header .navbar-form{width: 190px}
    .navbar-right{margin-right:-35px}
    .navbar-ifonebox-header .navbar-nav > li > a {font-size: 16px}
}
@media (max-width: 767px) {
	.navbar-ifonebox-header .navbar-toggle { margin-top: 18px; margin-bottom: 18px; border-color: #888; }
	.navbar-ifonebox-header .navbar-collapse { background: #424242; }
	.navbar-ifonebox-header .header-search-icon { display: none; }
	.navbar-ifonebox-header .navbar-toggle .icon-bar { background-color: #777; }
	.navbar-ifonebox-header .navbar-form { border-color: rgba(255, 255, 255, 0.1); display: block; }
	.navbar-ifonebox-header .navbar-nav li a { color: #fff; cursor: pointer; }
	.navbar-ifonebox-header .navbar-nav li a:hover,
	.navbar-ifonebox-header .navbar-nav li a:active,
	.navbar-ifonebox-header .navbar-nav li a:focus { background: #4e8a4e;  color: #fff; }
	.navbar-ifonebox-header .navbar-nav .active > a { color: #fff; font-size: 15px; background: #5cb85c; cursor: pointer; }
	.navbar-ifonebox-header .navbar-nav .active > a:hover,.navbar-ifonebox-header .navbar-nav .active > a:active,
	.navbar-ifonebox-header .navbar-nav .active > a:focus { color: #fff; background: #5cb85c; }
	.navbar-ifonebox-header .navbar-nav .dropdown-menu li.active a { background: #f6f6f6; color: #333; }
	.navbar-ifonebox-header .navbar-nav .dropdown-menu li a,.navbar-ifonebox-header .navbar-nav .open .dropdown-menu li a { color: #ccc; }
	.navbar-ifonebox-header .navbar-nav .dropdown-menu li a:hover,
	.navbar-ifonebox-header .navbar-nav .dropdown-menu li a:active,
	.navbar-ifonebox-header .navbar-nav .dropdown-menu li a:focus { color: #4e8a4e; background: #f6f6f6 !important; }
}

/*�Ǽ�����*/
.rate-star { display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; font-size: 18px; width: 90px; height: 18px; position: relative; }
.rate-star:before { content: "\e006 \e006 \e006 \e006 \e006"; color: #ccc; }
.rate-star span { display: block; max-width: 100%; height: 18px; overflow: hidden; position: absolute; left: 0; top: 0; bottom: 0; right: auto;  }
.rate-star span:before { content: "\e006 \e006 \e006 \e006 \e006"; color: #ff7326; }
.rate-star.star-lg { font-size: 32px; width: 160px; height: 32px; }
.rate-star.star-lg span { height: 32px; }
.rate-star.star-md { font-size: 24px; width: 120px;  height: 24px; }
.rate-star.star-md span { height: 24px; }
.rate-star.star-sm { font-size: 14px; width: 70px; height: 14px; }
.rate-star.star-sm span { height: 14px; }
.rate-star.star-xs { font-size: 12px; width: 60px; height: 12px; }
.rate-star.star-xs span { height: 12px; }

/*footer*/
footer { margin-top: 15px; background: #222; border-top: 3px solid #5cb85c; }
footer .footer-wrapper { background: #fff; padding: 12px 0; }
footer .footer-wrapper h5 { font-size: 18px; }
footer .footer-wrapper .site-links { display: block; margin: 0 -8px; }
footer .footer-wrapper .site-links li { display: inline-block; margin: 0 8px; line-height: 28px; }
footer .footer-wrapper .site-links li a { color: #666; text-decoration: none; }
footer .footer-wrapper .site-links li a:hover,
footer .footer-wrapper .site-links li a:active,
footer .footer-wrapper .site-links li a:focus { color: #428bca; }
footer .footer-links { background: #2b2b2b; padding: 12px 0; }
footer .footer-links h5 { color: #999; font-size: 18px; }
footer .footer-links ul li a { color: #888; line-height: 24px; text-decoration: none; }
footer .footer-links ul li a:hover,footer .footer-links ul li a:active,footer .footer-links ul li a:focus { color: #428bca; }
footer .footer-copyright { padding: 10px 0; }
footer .footer-copyright p { padding: 0; margin: 0;  color: #999; }
footer .footer-copyright p a { color: #999; text-decoration: none; }
footer .footer-copyright p a:hover,footer .footer-copyright p a:active,footer .footer-copyright p a:focus { color: #428bca; }

footer .footer-social a { line-height: 24px; color: #333; }
footer .footer-social a:hover,footer .footer-social a:active,footer .footer-social a:focus { color: #428bca; }
/*banner*/
.banner { position: relative; }
.banner .carousel-control { background: none; }
.banner.software-banner { margin-bottom: 50px; }

/*software-downloads*/
.software-downloads { margin: 0; position: relative; position: absolute; left: 0; bottom: 0; right: 0; z-index: 10;
-webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); }
.software-downloads .btn { font-size: 24px; white-space: normal; line-height: normal; padding: 15px 12px; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4); }
.software-downloads .btn.btn-success { text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }
@media (max-width: 767px) {
	.software-downloads .btn { font-size: 18px; }
}
.software-downloads .btn small { display: block; margin: 5px -5px 0 -5px; font-size: 13px; color: #999; }
.software-downloads .btn-success small { color: rgba(255, 255, 255, 0.8); }
.software-downloads .btn small label { margin: 0 5px; }
/*site-article-download*/
.site-article-download { padding: 15px 0; text-align: center; }
.site-article-download .btn { white-space: normal; line-height: normal; padding: 15px 12px; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4); }
.site-article-download .btn.btn-success { font-size: 24px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); min-width: 50%; }
@media (max-width: 767px) {
	.site-article-download .btn-success { font-size: 18px; width: auto; }
}
.site-article-download .btn small { display: block; margin: 5px -5px 0 -5px; font-size: 13px; color: #999; }
.site-article-download .btn.btn-success small { color: rgba(255, 255, 255, 0.8); }
.site-article-download .btn small label { margin: 0 5px; }

/*software-features*/
.software-feature { padding: 40px 0; }
.software-feature.gray { background: #f3f3f3; }
.software-feature { background: #fff; }
.software-feature .media-body h2 { font-weight: bold; color: #63a8fe; }
.software-feature .media-body { font-size: 17px; line-height: 30px; }
.software-feature .media-left,.software-feature .media-right { width: 55%; text-align: center; }
.software-feature .media-left .media-object,.software-feature .media-right .media-object { margin: 0 auto; }
@media (min-width: 768px) and (max-width: 991px) {
	.software-feature .media-object { max-width: 400px; }
}
@media (max-width: 767px) {
	.software-feature .media-left,.software-feature .media-right { width: auto; }
	.software-feature .media-left,.software-feature .media-right,.software-feature .media-body { display: block; width: auto; text-align: center; }
	.software-feature .media-object { max-width: 100%; margin-top: 10px !important; margin-bottom: 10px !important; }
}

/*site-article-container*/
.site-article-container {}
.site-article-container .breadcrumb { background: none; }
.site-article-container .well.article-container { background: #fff; -webkit-box-shadow: none; box-shadow: none; line-height: 26px; }
.site-article-container .well.article-container .article_title { margin-top: 0; padding: 0; }
.site-article-container .well.article-container h5 { font-size: 16px; font-weight: normal; }

/*purchasecenter-container*/
.purchasecenter-container {}
.purchasecenter-container .breadcrumb { background: none; }
.purchasecenter-container .well.purchasecenter-wrapper { background: #fff; -webkit-box-shadow: none; box-shadow: none; line-height: 26px; }
.purchasecenter-container .well.purchasecenter-wrapper .page_title { margin-top: 0; padding: 0; color: #777; font-size: 24px; }
.purchasecenter-container .well.purchasecenter-wrapper h5 { font-size: 16px; font-weight: normal; }
.purchasecenter-container .well.purchasecenter-wrapper .img-responsive { margin: 0 auto; }

.purchasecenter-container .well.purchasecenter-wrapper .products-lists li { padding: 30px 0; }
.purchasecenter-container .well.purchasecenter-wrapper .products-lists li:not(:first-child) { border-top: 3px solid #eee; }
.purchasecenter-container .well.purchasecenter-wrapper .products-lists h3 { font-size: 30px; }
.purchasecenter-container .well.purchasecenter-wrapper .products-lists h3 small { display: block; font-size: 18px; line-height: 40px; }
.purchasecenter-container .well.purchasecenter-wrapper .products-lists li .btn-lg { position: relative; padding-left: 75px; text-align: left; padding-right: 25px; }
.purchasecenter-container .well.purchasecenter-wrapper .products-lists li .btn-lg small { display: block; font-size: 14px; text-align: left; }
.purchasecenter-container .well.purchasecenter-wrapper .products-lists li .btn-lg .fa { position: absolute; left: 25px; top: 20px; font-size: 32px; }

.purchase-features { background: #fff; padding: 15px 0; margin-bottom: -15px; border-top: 1px solid #ccdae5; }
.purchase-features .purchase-feature-col:not(:first-child) { border-left: 1px solid rgba(0, 0, 0, 0.05); }
.purchase-features .purchase-feature-col .img-responsive { margin: 0 auto 10px auto; }
.purchase-features .purchase-feature-col p { display: block; color: #2a6496; line-height: 30px; margin: 0; }

.purchase-step { list-style: none outside; margin: 0; padding: 0; background: #fff; border: 1px solid #dedede; border-radius: 6px; display:-moz-box; display:-webkit-box;display:box;  overflow: hidden; }
.purchase-step li { -moz-box-flex:1; -webkit-box-flex:1; box-flex:1; text-align: center; font-size: 15px; padding: 0; position: relative; line-height: 36px; }
.purchase-step li:not(:last-child) { border-right: 1px solid #dedede; }
.purchase-step li:not(:last-child):before { display: block; content: ''; width: 12px; height: 12px; background: #fff; position:absolute;
-webkit-transform: translateY(-50%) translateX(50%) rotate(45deg); -ms-transform: translateY(-50%) translateX(50%) rotate(45deg);
transform: translateY(-50%) translateX(50%) rotate(45deg); right: 0; top: 50%; border-right: 1px solid #dedede; border-top: 1px solid #dedede; z-index: 9; }
.purchase-step li.active { background: #f6fbff; color: #2a6496; }
.purchase-step li.active:before { background: #f6fbff; }
.purchase-step li.disabled { color: #999; background: #f6f6f6; }

.purchase-product { margin-bottom: 15px; padding: 30px 0; }
.purchase-product .img-responsive { margin: 0 auto; }
.purchase-product h3 {}
.purchase-product h3 small { display: block; font-size: 18px; line-height: 40px; }
.purchase-product .purchase-product-feature li { line-height: 40px; color: #4cae4c; font-size: 17px; }
.purchase-product .purchase-product-feature li .fa-check { color: #5cb85c; font-size: 20px;    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.purchase-product .purchase-product-base { font-size: 17px; line-height: 32px; }
.purchase-product .purchase-product-base .pay_ways label{ color: #777;font-weight: normal;position: relative;left: -16px;margin-right: 10px;}
.purchase-product .purchase-product-base .pay_ways .pay_bts{
    color: #777;
    background: #eee url("../ifonebox/images/checked_default.png") no-repeat;
    display: inline-block;
    width: 70px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
}
.purchase-product .purchase-product-base .pay_ways .pay_bts.active{
    color: #3490ff;
    background: #fff url("../ifonebox/images/checked_active.png") no-repeat;
}
.purchase-product .purchase-product-base .form-group { margin-bottom: 0; }
.purchase-product .purchase-product-base .control-label { color: #777; font-weight: normal; }
.purchase-product .purchase-product-base span { display: block; padding-top: 7px; color: #f60; }
.purchase-product .purchase-product-base .form-control { width: 100px; }

.purchase-product .purchase-product-infos { background: #fff; }
.purchase-product .purchase-product-infos h2 { font-size: 20px; margin-top: 0; }
.purchase-product .purchase-product-infos .form-control { width: 50%; }
.purchase-product .purchase-product-infos .form-group { width: 100%; }

.purchase-product .purchase-product-payments h2 { font-size: 20px; }
.purchase-product .purchase-product-payments .radio-inline + .radio-inline {  margin-top: 0px; margin-left: 25px; }
.purchase-product .purchase-product-payments .radio-inline input[type="radio"] { top: 22px; }
.purchase-product .purchase-product-payments .radio-inline img { border: 1px solid #dedede; }
.purchase-product .purchase-product-payments .radio-inline.selected img { border-color: #f60 !important; }
.purchase-product .purchase-btn { border-radius: 0; padding: 15px 30px; }
.purchase-product hr { border-color: #dedede; }

.purchased-banner { background: #f2fee8; border: 1px solid #83cf11; -webkit-box-shadow: 0 1px 6px #c0e67e;
box-shadow: 0 1px 6px #c0e67e; padding: 18px 50px; margin: 15px 0; }
.purchased-banner h1 { margin: 0; padding: 0; display: block; position: relative; font-size: 22px; line-height: 60px;
padding-left: 0; min-height: 60px; font-weight: 400; }

/*news-container*/
.news-container .page-header { margin-top: 0; padding-top: 0; border-color: #e0e0e0; }
.news-container .page-header h1 { margin-top: 0; padding-top: 0; font-size: 28px; line-height: normal; }
.news-container .news-list .media-left { width: 200px; }
.news-container .news-list .media-left a { display: block; background: #fff; border: 1px solid #e0e0e0; max-height: 120px; overflow: hidden; border-radius: 6px; }
.news-container .news-list .media-left .media-object { max-width: 100%; max-height: 100%; margin: 0 auto; }
.news-container .news-list h4.media-heading { font-size: 16px; }
.phone_h4_hide{display:inline-block;}
.phone_margin_top{margin-top: 20px;}
@media (max-width: 767px) {
	.news-container .news-list .media-left,.news-container .news-list .media-body { display: block; float: none !important; width: auto; }
	.news-container .news-list .media-left { text-align: center; margin-bottom: 12px; }
    #myModal .phone_dialog{width: 96% !important;left: 8px !important;margin-left:0 !important;}
    #myModal .phone_dialog .phone_w30{width: 30% !important;}
    #myModal .phone_dialog .phone_w70{width: 70% !important;padding: 0;}
    .phone_h4_hide{display:none;}
}

/*sidebar-wrapper*/
.sidebar-wrapper .sidebar-software .btn { margin-top: 5px; margin-bottom: 5px; }
.sidebar-wrapper .sidebar-news .media-left { width: 75px !important; }
.sidebar-wrapper .sidebar-news .media-left a { display: block; overflow: hidden; margin-top: 5px; max-height: 75px; border: 1px solid #e0e0e0; }
.sidebar-wrapper .sidebar-news .media-left .media-object { max-width: 100%; margin: 0 auto; }
.sidebar-wrapper .sidebar-news .media-body a { display: block; overflow: hidden; height: 75px; line-height: 25px; }
.sidebar-wrapper .sidebar-pro { margin-bottom: 20px; text-align: center; }
.sidebar-wrapper .sidebar-pro img { max-width: 100%; margin: 0 auto; border-radius: 4px; }

/*search-container*/
.search-container .page-header { margin-top: 0; padding-top: 0; border-color: #e0e0e0; }
.search-container .page-header h1 { margin-top: 0; padding-top: 0; font-size: 28px; line-height: normal; }
.search-container .search-list .media-left { width: 200px; }
.search-container .search-list .media-left a { display: block; background: #fff; border: 1px solid #e0e0e0; max-height: 120px;overflow: hidden;border-radius: 6px; }
.search-container .search-list .media-left .media-object { max-width: 100%; max-height: 100%; margin: 0 auto; }
.search-container .search-list h4.media-heading { font-size: 16px; }
.search-container .search-list .well { background: #fff; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 5px; }
.search-container .search-list .well p:last-child { margin-bottom: 0; }

.search-container .sidebar-article .media-left { width: 75px !important; }
.search-container .sidebar-article .media-left a { display: block; overflow: hidden; margin-top: 5px; max-height: 75px; border: 1px solid #e0e0e0; }
.search-container .sidebar-article .media-left .media-object { max-width: 100%; margin: 0 auto; }
.search-container .sidebar-article .media-body a { display: block; overflow: hidden; height: 75px; line-height: 25px; }

/*history-container*/
.history-container .page-header { margin-top: 0; padding-top: 0; border-color: #e0e0e0; }
.history-container .page-header h1 { margin-top: 0; padding-top: 0; font-size: 32px; line-height: normal; }
.history-container { padding-bottom: 15px; min-height: 600px; }
.history-container .history-lists li {  overflow: visible; }
.history-container .history-lists li:not(:first-child) { margin-top: 15px; }
.history-container .history-lists li .media-left { padding-right: 100px; min-width: 210px; padding-left: 40px; position: relative; }
.history-container .history-lists li .media-left:before { position: absolute; display: block; content: ''; width: 5px; right: 50px; top: 0; bottom: -15px; background: #5cb85c;
 -webkit-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%); }
.history-container .history-lists li:last-child .media-left:before { bottom: 0; }

.history-container .history-lists li .media-left:after { display: block; content: ''; width: 20px; height: 20px; border: 3px solid #fff; border-radius: 10px;
-webkit-transform: translateY(-50%) translateX(50%); -ms-transform: translateY(-50%) translateX(50%); transform: translateY(-50%) translateX(50%);
position: absolute; right: 50px; top: 50%; background: #5cb85c; }
.history-container .history-lists li h3  { display: block; margin: 0; padding: 0; font-size: 20px; font-weight: normal; line-height: 36px; }
.history-container .history-lists li h3 small { display: block; }
.history-container .history-lists li .media-body { overflow: visible; }
.history-container .history-lists li .well { position: relative; background: #fff; border-color: #dedede; margin-bottom: 0;
-webkit-box-shadow: none; box-shadow: none; }
.history-container .history-lists li .well:before { position: absolute; display: block; z-index: 10; content: ''; left: 0; top: 50%; background: #fff;
width: 15px; height: 15px; border-bottom: 1px solid #dedede; border-right: 1px solid #dedede; -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
-ms-transform: translateY(-50%) translateX(-50%) rotate(135deg); transform: translateY(-50%) translateX(-50%) rotate(135deg); }

@media (max-width: 767px) {
	.history-container .history-lists li .media-left,.history-container .history-lists li .media-body { display: block; width: auto; }
	.history-container .history-lists li .media-left { padding: 0 0 12px 50px; }
	.history-container .history-lists li .media-left:before { left: 25px; right: auto; top: -15px;
	-webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);}
	.history-container .history-lists li:first-child .media-left:before { top: 0; }
	.history-container .history-lists li .media-left:after { left: 25px; right: auto; top: 30px;
	-webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); }
	.history-container .history-lists li .well:before { position: absolute; display: block; z-index: 10; content: ''; left: 75px; top: 0; background: #fff;
	width: 15px; height: 15px; border-bottom: 1px solid #dedede; border-right: 1px solid #dedede; -webkit-transform: translateY(-50%) translateX(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(-135deg); transform: translateY(-50%) translateX(-50%) rotate(-135deg); }
}

/*tutorial-container*/
.tutorial-container .page-header { margin-top: 0; padding-top: 0; border-color: #e0e0e0; }
.tutorial-container .page-header h1 { margin-top: 0; padding-top: 0; font-size: 32px; line-height: normal; }
.tutorial-container .tutorial-list .media-left { width: 200px; }
.tutorial-container .tutorial-list .media-left a { display: block; background: #fff; border: 1px solid #e0e0e0; max-height: 120px; overflow: hidden;border-radius: 6px; }
.tutorial-container .tutorial-list .media-left .media-object { max-width: 100%; max-height: 100%; margin: 0 auto; }
.tutorial-container .tutorial-list h4.media-heading { font-size: 16px; }
.tutorial-container .sidebar-software .btn { margin-top: 5px; margin-bottom: 5px; }
@media (max-width: 767px) {
	.tutorial-container .tutorial-list .media-left,.tutorial-container .tutorial-list .media-body { display: block; float: none !important; width: auto; }
	.tutorial-container .tutorial-list .media-left { text-align: center; margin-bottom: 12px; }
	.tutorial-container .tutorial-list .media-left a { height: 120px; }
}

.tutorial-container .sidebar-tutorial .media-left { width: 75px !important; }
.tutorial-container .sidebar-tutorial .media-left a { display: block; overflow: hidden; margin-top: 5px; max-height: 75px; border: 1px solid #e0e0e0; }
.tutorial-container .sidebar-tutorial .media-left .media-object { max-width: 100%; margin: 0 auto; }
.tutorial-container .sidebar-tutorial .media-body a { display: block; overflow: hidden; height: 75px; line-height: 25px; }

/*notfound-banner*/
.notfound-banner { padding: 12px 0; color: #fff; background-color: #db6361; }
.notfound-banner h1 { font-size: 24px; font-weight: 500; color: #fff; margin-top: 0; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8); }
.notfound-banner p { font-size: 14px; font-weight: 300; color: #fff; margin: 0; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8); }

/*guide-container*/
.guide-container { margin: 0; padding: 0; color: #565656; }
.guide-container .page-header { margin: 0 0 15px 0; }
.guide-container .page-header h1 { margin: 0; padding: 0; color: #333; font-size: 32px; font-weight: 500; }
.guide-sidebar .panel { background: #fff; border-radius: 0; border-color: #eee; -webkit-box-shadow: none; box-shadow: none; }
.guide-sidebar .panel .panel-heading { background: #fff; border-color: #dedede; font-size: 18px; }

.guide-sidebar .guide-lists li { padding-left: 95px; position: relative;  }
.guide-sidebar .guide-lists li .guide-cover { display: block; position: absolute; left: 0; top: 0; width: 80px; height: 80px; overflow: hidden; }
.guide-sidebar .guide-lists li .guide-cover img {  position: absolute; min-height: 80px;  min-width: 100%; max-width: 150%;
-webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%); left: 50%; top: 50%; }
.guide-sidebar .guide-lists li .guide-title { display: block; font-size: 14px; line-height: 20px; height: 60px; overflow: hidden;  }
.guide-sidebar .guide-lists li p { line-height: 20px; font-size: 13px; }

/*article-content*/
.article-content img { max-width: 100%; height: auto; }

/*alipay-lists*/
.alipay-lists { overflow:hidden; max-height: 500px; }
.alipay-lists ul { margin: 0; padding: 0; list-style: none outside; }
.alipay-lists ul li { padding: 8px 15px; color: #333; font-size: 15px; }
.alipay-lists ul li:not(:last-child) { border-bottom: 1px solid #dedede; }
.alipay-lists ul li .label { font-size: 13px; }
.alipay-lists ul li p { margin: 0; }
.alipay-lists ul li small { color: #999; }

.check-text{font-size: 13px;margin: 0px 65px 0px 10px}
.check_list li{ float: left;list-style:none;margin-left:65px;width: 200px;height:34px;}
.time-text{font-size: 18px;}
.contact{border:1px solid #ccc;padding:30px;width:900px;margin:20px auto 0px auto;}
.btn_mac{background: url('../ifonebox/images/banner/btn_mac.png') no-repeat;display: inline-block;width: 250px;height:75px;margin-top:20px;background-size:100%;left:30%;top:28px;}
.btn_mac:hover{text-decoration:none}
.btn_win{background: url('../ifonebox/images/banner/btn_win.png') no-repeat;display: inline-block;width: 250px;height:75px;margin-top:20px;background-size:100%;left:30%;top:28px;}
.btn_win:hover{text-decoration:none}
.titles{text-align: center;margin-top: 10px;width:80%;text-shadow: none;}

.carousel-caption {
    position: absolute;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.banner_bg_box{width: 100%;max-width: 2560px;height:400px;margin: 0 auto;}
.banner_bg_box.banner_box1{background: url("../ifonebox/images/banner/banner1_new.png") no-repeat center;}
.banner_bg_box.banner_box2{background: url("../ifonebox/images/banner/banner2_new.png") no-repeat center;}
.banner_bg_box.banner_box3{background: url("../ifonebox/images/banner/banner3_new.jpg") no-repeat center;}


.carousel-caption{width: 1060px !important;height:395px !important;margin: 0 auto;bottom: 0 !important;    position: static !important;}
.banner_title{width: 540px;float: right;padding-top: 40px;font-family: "幼圆";color: #fff;text-align: center;}
.banner_title.phone_padding{padding-top: 50px;}
.banner_title .img-responsive{width: 100%;}
.banner_title h1{font-size: 50px;font-weight: normal;font-family: "幼圆";position: relative;text-shadow: none;}
.banner_title h1 .pc_span{text-shadow: none;position: absolute;right: 50px;top: -18px;font-size: 16px;font-weight: normal;border: 1px solid #fff;padding: 5px;border-radius: 50px;color: #fff;}
.banner_title h2{font-size: 30px;font-weight: normal;font-family: "幼圆";text-shadow: none;}
.banner_title h3{font-size: 20px;font-weight: normal;font-family: "幼圆";text-shadow: none;}

.phone_banner3{bottom: 50px;}
@media screen and (max-width: 767px) { /*当屏幕尺寸小于1200px时，应用下面的CSS样式*/
    .banner_bg_box{width: 100%;height:228px;}
    .banner_bg_box.banner_box1{width: 100%;background: url("../ifonebox/images/phone/banner1.png") no-repeat center;background-size:100%;}
    .banner_bg_box.banner_box2{width: 100%;background: url("../ifonebox/images/phone/banner2.png") no-repeat center;background-size:100%;}
    .banner_bg_box.banner_box3{width: 100%;background: url("../ifonebox/images/phone/banner3_phone.png") no-repeat center;background-size:100%;}
    .carousel-caption{    width: 100% !important;overflow: hidden;height: 228px !important;right: 0;left: -10%;}
    .phone_banner3{bottom: 20px !important;}
    .btn_mac_mobile{width: 45%;position: static;top: 0;}
    .banner_title{width: 50%;padding-top: 45px;}
    .banner_title.phone_padding{width: 55%;padding-top: 75px;}
    .banner_title.phone_padding.phone_banner2{width: 45%;padding-top: 40px;}
    .banner_title h1{font-size: 16px;}
    .banner_title h2{font-size: 12px;margin: 0;width: 100%;}
    .banner_title h2 b{font-size: 14px !important;}
    .banner_title h3{
        margin: 0;
        font-size: 12px;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);}
    .banner_title h1 .pc_span{right: 15px;
        top: -19px;padding: 2px;font-size: 10px;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);}
    .btn_mac_mobile{width: 45% !important;margin-top: 15px;position: static !important;}
    .btn_win_mobile{width: 45% !important;margin-top: 15px;position: static !important;}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .carousel-caption{width: 550px !important;right: 0;left: 30%;}
    .banner_title h1{font-size: 45px;}
    .banner_title h2{font-size: 25px;}
    .banner_title.phone_padding{width: 550px !important;padding-top: 60px;}
    .banner_title.phone_padding h2{font-size: 20px;}
    .banner_title.phone_padding h3{font-size: 16px;}
    .btn_mac_mobile{width: 40% !important;margin-top: 15px;position: static !important;height: 70px !important;}
    .btn_win_mobile{width: 40% !important;margin-top: 15px;position: static !important;height: 70px !important;}

}
@media screen and (width: 1024px){
    .banner_title{padding-top: 0;}
    .carousel-caption{padding-top: 0 !important;}
    .banner_title.phone_padding{padding-top: 0 !important;position: relative;top: -50px;}

}
@media screen and (width: 320px){
    .banner_bg_box{height: 195px !important;}
    .banner_title{padding-top: 30px;}
    .banner_title.phone_padding{padding-top: 50px;}
}
/*
@media screen and (max-width: 1200px) { !*当屏幕尺寸小于1200px时，应用下面的CSS样式*!
    .btn_mac{top:55px;}
    .btn_win{top:50px;}
}
@media screen and (max-width: 1000px) { !*当屏幕尺寸小于1000px时，应用下面的CSS样式*!
    .btn_mac{top:55px;}
    .btn_win{top:66px;}
}
@media screen and (max-width: 800px) { !*当屏幕尺寸小于800px时，应用下面的CSS样式*!
    .btn_mac{top:55px;}
    .btn_win{top:72px;}
}

@media screen and (max-width: 600px) { !*当屏幕尺寸小于600px时，应用下面的CSS样式*!
    .btn_mac{top:85px;}
    .btn_win{top:85px;}
}
@media screen and (min-width: 1600px){
    .carousel-caption {
        right: 20%;
        left: 20%;
    }
}
@media screen and (max-width: 1920px) and  (min-width:1601px){
    .carousel-caption {
        right: 25%;
        left: 25%;
    }
}
@media screen and (min-width: 1921px){
    .carousel-caption {
        right: 30%;
        left: 30%;
        padding-bottom: 8px;
    }
}
@media screen and (min-width: 2700px){!*当屏幕尺寸小于2700px时，应用下面的CSS样式*!
    .carousel-caption {
        right: 33%;
        left: 30%;
        padding-bottom: 8px;
    }
}
*/

.text-blue{color:#62a8fd}
.weixinpay-tips{display: none; color:red}
.purchase-step li{width:50%;float:left;}
.pay-body{background: #fff;padding:19px;margin-bottom: 20px;border:1px solid #e3e3e3;border-radius:4px;box-shadow: inset 0 1px 1px rgba(0,0,0,.05);}
.pay-body h2{margin-top:0px;}


/*支付页面选项卡*/
#nav_all{
    width:806px;
    height:37px;
    border:1px solid #808080;
    margin-bottom:10px;
    border-radius: 2px;
}
#nav_all ul{
    padding:0px;
    margin:0px;
}
#nav_all li{
    width:268px;
    height:35px;
    line-height:35px;
    cursor:pointer;

    border-bottom:0px solid white;
    float:left;
    text-align:center;
    list-style: none;
}
.wx-pay{border-left:1px solid #808080;border-right:1px solid #808080;}
#nav_all li.active{
    background:#62a8fd;
    text-decoration:none;
    color:#fff;
}
#nav_all li:hover{
    /*background:#e5e5e5;*/
    text-decoration:none;
}
#nav_all li{
    background:#fff;
    text-decoration:none;
}
#main_all{
    border:1px solid #ccc;
    width:806px;
    height:100%;
    margin-top:1px;
    border-radius: 2px;
}
#hide{
    display:none;
}
#tag_1{padding:10px;}
#tag_2{padding:10px;}
#tag_3{padding:10px;}

.new-btn{background: #62a8fd;border:0px;border-radius: 2px!important; color:#fff!important;box-shadow: 0px 1px 1px #2c8bff;}
.new-btn:hover{background: #3490ff;border:0px;color:#fff;box-shadow: 0px 1px 1px #0074ff}
.new-btn:active{background: #3490ff;border:0px;color:#fff;}
/*弹出框样式*/

.modal-header{border-bottom:0px;}
.close{color:#fff;background: #656565!important;width:20px;height:20px;font-weight:normal;border-radius: 9px;opacity:inherit!important;}
.colse:hover{color:#fff!important;background: #666!important;text-shadow:0px;opacity:inherit!important;}

.wancheng{background: #62a8fd;border:0px;border-radius: 2px!important; color:#fff!important;box-shadow: 0px 1px 1px #2c8bff;padding:10px 20px;}
.wancheng:hover{background: #3490ff;border:0px;color:#fff;box-shadow: 0px 1px 1px #0074ff}

.wenti{background: #999999;border:0px;border-radius: 2px!important; color:#fff!important;box-shadow: 0px 1px 1px #cccccc;padding:10px 20px;}
.wenti:hover{background: #666666;border:0px;color:#fff;box-shadow: 0px 1px 1px #cccccc}

.title-foot{clear: both;margin:15px auto;width:95%}
.text-p p{font-size: 16px;color:#666;}

#tag_3 .radio-inline{margin:0px 19px 15px 19px}
#tag_3 .radio-inline input{top:22px}

/* 兼容iphone6 Plus */
@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2){

    .btn_mac{top:80px;}
    .btn_win{top:80px;}
    #tag-click_3{display:none;}
    #nav_all{width:96%}
    #nav_all ul li{width:50%}
    #main_all{width:96%}
    .location {display: none;}

}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {

    .btn_mac{top:80px;}
    .btn_win{top:80px;}
    #tag-click_3{display:none;}
    #nav_all{width:96%}
    #nav_all ul li{width:50%}
    #main_all{width:96%}
    .location {display: none;}
    .panel{margin-top:10px;}

}

/**
 *  iPhone 5/5s landscape & portrait
 */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {

    .btn_mac{top:80px;}
    .btn_win{top:80px;}
    #tag-click_3{display:none;}
    #nav_all{width:96%}
    #nav_all ul li{width:50%}
    #main_all{width:96%}
    .location {display: none;}
    .panel{margin-top:10px;}

}

/**
 * iPhone 4/4s landscape & portrait
 */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-device-pixel-ratio: 2)
and (device-aspect-ratio: 2/3) {

    .btn_mac{top:80px;}
    .btn_win{top:80px;}
    #tag-click_3{display:none;}
    #nav_all{width:96%}
    #nav_all ul li{width:50%}
    #main_all{width:96%}
    .location {display: none;}
    .panel{margin-top:10px;}

}
@media (min-width: 1600px) {
    .titles{margin-top:20px;width:76%}
}
.clearfix{clear:both;}

.display-inline-block {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.email-success{color:green}


/*过年气氛*/
/*
.navbar-ifonebox-header .navbar-nav > li > a{background: none;}
.year-bg{background:url("images/nav_bg_year.png") no-repeat center center;}
@media (min-width: 768px) {
    .navbar-ifonebox-header .navbar-nav > .active > a,
    .navbar-ifonebox-header .navbar-nav > .active > a:hover,
    .navbar-ifonebox-header .navbar-nav > .active > a:active,
    .navbar-ifonebox-header .navbar-nav > .active > a:focus,
    .navbar-ifonebox-header .navbar-nav > li > a:hover,
    .navbar-ifonebox-header .navbar-nav > li > a:active,
    .navbar-ifonebox-header .navbar-nav > li > a:focus {  background: none !important;  }
}

@media screen and (max-width: 800px) {
    .navbar-ifonebox-header{background: #fff;}
    .year-bg{background: url(images/m_nav_bg_year.png) no-repeat center top;background-size: 100% 70px;}
}

@media screen and (max-width: 600px) {
    .year-bg{background: url(images/m_nav_bg_year.png) no-repeat center top; background-size: 100% 70px;}
}

@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2){
    .year-bg{background: url(images/m_nav_bg_year.png) no-repeat center top;background-size: 100% 70px;}
}
@media screen and (max-width: 320px) {
    .year-bg{background: url(images/m_nav_bg_year.png) no-repeat center 15px;background-size: 90% 55px !important;}
}
*/

.btn_win_mobile{background: url(images/phone/button.png) no-repeat;display: inline-block;position: relative;width: 35%;height:150px;background-size:100%;left:30%;top:70px;}
.btn_win_mobile:hover{text-decoration:none}
.btn_mobile_button{left:40%!important;}
.btn_mac_mobile{background: url(images/phone/button.png) no-repeat;display: inline-block;position: relative;width: 35%;height:150px;background-size:100%;left:30%;top:70px;}
.btn_mac_mobile:hover{text-decoration:none}
@media screen and (min-width: 320px) and (max-width: 480px){
    .carousel-control{width:7%!important;}
    .purchase-product .purchase-product-infos .form-control { width: 100%; }
}
@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone4/4s */
    .btn_win_mobile{top:90px;}
    .btn_mac_mobile{top:90px;}
    .purchase-product .purchase-product-infos .form-control { width: 100%; }
}
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone5 */
    .btn_win_mobile{top:100px;}
    .btn_mac_mobile{top:100px;}
    .purchase-product .purchase-product-infos .form-control { width: 100%; }
}

.dropdown-menu{
    width: 145px;
    box-sizing: border-box;
    background-color: transparent;
    background: url("./images/hover_link_bg.png") no-repeat center center;
    border: none;
    box-shadow: none;
    background-size: 180px auto;
    padding: 5px 11px 0px;
    left: -48px!important;
    border-top: none!important;
}
.dropdown-menu li{
    padding: 11px 0px !important;
    margin-right: 0px !important;
    height: auto!important;
    line-height: normal!important;
    border-top: 1px solid #F2F2F2!important;
    width: 100%;
}
.dropdown-menu li:first-child{
    border-top: 1px solid transparent!important;
    background: url("./images/win.png") no-repeat 90% center;
    background-size: 15px auto;
}
.dropdown-menu li:last-child{
    background: url("./images/mac.png") no-repeat 90% center;
    background-size: 15px auto;
}
.dropdown-menu li a{
    text-align: left;
    padding: 0 11px;
    width: 100%!important;
    font-size: 12px!important;
    color: #0468FF!important;
    box-sizing: border-box;
}
.dropdown-menu li a::after{
    display: none!important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: transparent;
}

@media screen and (max-width: 1000px) {
    .dropdown-menu{
        left: -5px!important;
    }
}

/*非当前系统购买链接提示*/
.modal_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0,0,0,0.3);
    z-index: 10001;
    display: none;
}
.modal_wrapper .el-message-box {
    padding: 10px;
    display: inline-block;
    width: 420px;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    font-size: 18px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    text-align: left;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -81px;
    margin-left: -210px;
}
.modal_wrapper .el-message-box__title {
    font-size: 18px;
    line-height: 1;
    color: #303133;
}
.modal_wrapper .el-message-box .msg-content {
    font-size: 14px;
    color: #666666;
    padding: 10px 20px;
}
.modal_wrapper .el-message-box .el-message-box__btns {
    padding: 5px 15px 0;
    text-align: right;
}
.modal_wrapper .el-message-box .el-message-box__btns .el-button--small {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 3px;
    border: none;
    outline: none;
    background: #fff;
    border: 1px solid #dcdfe6;
}
.modal_wrapper .el-message-box .el-message-box__btns .el-button--primary {
    background: #0468FF;
    color: #fff;
}


.friends {
  width: 1193px;
  margin: 0 auto;
}

.friends .button_down,
.friends .button_up {
  margin-left: 10px;
}

.friends_box {
  padding: 25px 0 13px;
}

.friends {
  position: relative;
  padding-bottom: 12px;
}

.friends label {
  color: #b3b3b3;
  font-size: 14px;
  padding-right: 10px;
}

.friends a {
  font-size: 14px;
  color: #888;
}

.friends a:hover {
  color: #337ab7;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

.friends a i {
  font-style: normal;
  margin: 0 8.5px;
  color: #415065;
}

.friends a img {
  position: absolute;
  right: 7%;
  top: 0px;
}

.friends_l {
  padding-left: 166px;
}

.friends_l .f_btn_up {
  padding-left: 407px;
}
.small_box {
  background:rgba(255,255,255,1);
  border-radius:2px;
  border:1px solid rgba(224,231,238,1);
  padding: 18px 18px 28px;
  margin-bottom: 20px;
}
.small_box .small_box_title {
  color: #35343D;
  font-size: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 18px;
}
.small_box ul {
  padding: 0;
}
.small_box ul li {
  height:46px;
  line-height: 46px;
  text-align: center;
  border-radius:2px;
  cursor: pointer;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  background: #F7F8FA;
}
.small_box ul li a {
  color: #666666;
  text-decoration: none;
}
.small_box  ul li {
  background: #F7F8FA;
  text-align: center;
}
.small_box  ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.small_box ul li:hover {
  background:rgba(41,138,255,0.23);
}
.small_box ul li:hover a {
  color: #298AFF;
}
.media a {
  display: block;
  box-sizing: border-box;
  /*width: 100%;*/
  padding: 5px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a {
  text-decoration: none!important;
}
ul li {
  list-style: none;
}
.page_article {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  border-top: 1px solid #e0e0e0; }

.page_article ul {
  overflow: hidden;
  padding-left: 0;
  width: 100%;
}

.page_article ul li {
  float: left;
  list-style: none;
  padding-top: 20px;
  height: 170px; }

.page_article ul li span {
  display: block;
  width: 2px;
  height: 80px;
  background: #d8d8d8;
  margin-top: 30px; }

.page_article ul li h3 {
  margin-top: 16px; }

.page_article ul li h3 a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  font-size: 14px; }

.page_article ul li p {
  font-size: 14px; }

.page_article ul li a {
  display: block;
  color: #888;
  text-decoration: none;
  font-size: 12px; }

.page_article ul li a:hover {
  color: #337ab7; }

.page_article ul li.buttons {
  display: block;
  width: 368px; }
.page_article {
  border: none;
  padding-top: 26px;
}

.page_article ul {
  display: flex;
  justify-content: space-between;
}
.page_article ul .buttons {
  width:343px;
  height:143px;
  background:rgba(250,250,251,1);
  border-radius:2px;
  border:1px solid rgba(221,220,229,1);
  padding: 14px 15px 20px 15px;
}
.page_article ul .buttons .btn_box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 25px;
}
.page_article ul .buttons .btn_box h3 {
  margin: 0 0 0 19px;
  flex: 1;
  line-height: 23px;
}
.page_article ul .buttons .btn_box h3 a {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-size: 14px;
}

.page_article ul .buttons .btn_box .prev_btn_sty {
  width:70px;
  height:30px;
  display: block;
  border-radius:7px;
  border:1px solid rgba(229,229,229,1);
  text-align: center;
  line-height: 30px;
}
.page_article ul .buttons:hover .btn_box .prev_btn_sty {
  background:rgba(41,138,255,1);
  color: #fff!important;
  border-color: rgba(41,138,255,1);
}
.page_article ul .buttons:hover {
  box-shadow:0px 3px 12px 3px rgba(0,0,0,0.13);
}
.two_line_text {
  margin-top: 9px;
}
.page_article .mobile_button {
  display: flex;
}
.mobile_ul {
  display: block!important;
}
.page_article .mobile_ul li.buttons {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
