
.oralStyle {
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

body {
    font-family: "Microsoft YaHei";
    background-color: #f3f7f3;
}

li {
    list-style: none;
}

a {
    color: #333;
}

a:hover {
    color: #ff9966;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

dl {
    margin: 0;
}

.foot_bottom {
    line-height: 120px;
    color: #fff;
    text-align: center;
    background-color: #999;
    z-index: 50;
    position: relative;
}

.logo {
    margin: 26px 20px 26px 0px;
    float: left;
}

.guide {
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px #e9f0e9;
}

.navbar-nav {
    font-size: 16px;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-default {
    background-color: #ffffff;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ff9966;
}

.navbar-default .navbar-nav .active {
    color: #ff9966;
}

.navbar-nav>li>a {
    padding: 0px;
    margin: 32px 20px 21px;
}

.navbar-default .navbar-toggle:hover {
    background-color: #33cc33;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #eee;
}

.navbar-toggle {
    margin-top: 25px;
}

.bread {
    margin: 15px 0;
    display: block;
}

.bread .active {
    color: #ff9966;
}

.page {
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
}

.page li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 10px;
}

.page a {
    padding: 3px 12px;
    background-color: #fff;
    border: 1px solid #ff9966;
    display: block;
    color: #ff9966;
}

.page a.active {
    background-color: #ff9966;
    color: #fff;
}

.page a:hover {
    background-color: #ff9966;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 4px 8px 0px #e9f0e9;
}

.poster-list .poster-txt {
    position: relative;
    overflow: hidden;
    transition: height .24s
}

.poster-list .poster-txt.xg:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 24px;
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff)
}

.poster-btn {
    outline: none;
    display: block;
    width: 50%;
    margin: 0px auto 20px;
    color: #ff9966;
    font-size: 14px;
    text-align: center;
}

.search_bg .input-group {
    border-radius: 15px;
    float: right;
    margin: 29px 0px 29px 0;
}

.search_bg .input-group .top_button button {
    background-color: #33cc33;
    float: left;
    width: 54px;
    height: 28px;
    border: none;
    border-radius: 0 15px 15px 0;
    line-height: 28px;
    padding: 0;
}

.search_bg .form-control {
    width: 180px;
    border-radius: 0;
    height: 28px;
    border-radius: 15px;
    line-height: 28px;
    padding-left: 16px;
}

.toppic {
    border-radius: 10px;
    width: 100%;
    height: 406px;
    object-fit: cover;
    box-shadow: 0px 4px 8px 0px #e9f0e9;
    margin-bottom: 20px;
}

.pic404 {
    margin: 54px auto 60px;
    display: block;
    max-width: 90%;
    padding: 30px 0px 20px;
}

.right_part0 {
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    box-shadow: 0px 4px 8px 0px #e9f0e9;
    margin-bottom: 20px;
}

.home_page_part {
    background-color: #fff;
}

.hot_brand {
    padding: 5px;
}

.hot_brand ul {
    margin-bottom: 20px;
}

.hot_brand a {
    display: inline-flex;
    border-radius: 10px;
}

.hot_brand a:hover {
    box-shadow: 0px 4px 8px 0px #e9f0e9;
    transform: scale(1.2);
    transition: all 0.2s;
}

.hot_brand img {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    height: 90px;
    object-fit: contain;
    border-radius: 10px;
}

.column_title0 {
    padding: 20px 0 18px 0px;
    text-align: center;
    color: #33cc33;
}

.column_title0 span {
    font-size: 20px;
    font-weight: bold;
    margin: 0 12px 0 18px;
    letter-spacing: 6px;
}

.iconpic {
    height: 20px;
}

.column_title1 {
    margin: 34px 0 34px 0px;
    text-align: center;
    color: #ff9966;
}

.column_title1 span {
    font-size: 20px;
    font-weight: bold;
    margin: 0 12px 0 18px;
    letter-spacing: 6px;
}

.column_title2 {
    padding: 34px 0 34px 0px;
    text-align: center;
    color: #33cc33;
}

.column_title2 span {
    font-size: 20px;
    font-weight: bold;
    margin: 0 20px;
    margin: 0 12px 0 18px;
    letter-spacing: 6px;
}

.phone_price {
    color: red;
    text-align: center;
    line-height: 26px;
}

.hot_phone {
    margin-bottom: 16px;
}

.hot_phone_pic_a {
    display: flex;
    border-radius: 10px;
    margin-bottom: 10px;
}


/* .hot_phone_pic_a:hover {
    box-shadow: 0px 4px 8px 0px #e9f0e9;
    transform: scale(1.1);
    transition: all 0.2s;
} */

.hot_phone img {
    width: 100%;
    padding: 10px;
    border: 1px #ddd solid;
    height: 158px;
    object-fit: contain;
    border-radius: 10px;
}

.hot_phone_name {
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.button1 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 6px;
}

.button1 a {
    color: #ff9966;
    border: 1px solid #ff9966;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 6px;
}

.button2 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 6px;
}

.button2 a {
    color: #33cc33;
    border: 1px solid #33cc33;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 6px;
}

.button1 a:hover {
    background-color: #ff9966;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 4px 8px 0px #e9f0e9;
}

.button2 a:hover {
    background-color: #33cc33;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 4px 8px 0px #e9f0e9;
}

.evaluation_left {
    margin-bottom: 20px;
}

.evaluation_left a {
    display: block;
    border-radius: 10px;
}


/* .evaluation_left a:hover {
    box-shadow: 0px 4px 8px 0px #e9f0e9;
    transform: scale(1.05);
    transition: all 0.2s;
} */

.evaluation_left a:hover li {
    color: #ff9966;
}

.evaluation_right2 a:hover li {
    color: #ff9966;
}

.evaluation_right2 a {
    display: block;
    border-radius: 10px;
}


/* .evaluation_right2 a:hover {
    box-shadow: 0px 4px 8px 0px #e9f0e9;
    transform: scale(1.05);
    transition: all 0.2s;
} */

.evaluation_right2 a:hover li {
    color: #ff9966;
}

.evaluation_left img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px #e9f0e9;
}

.evaluation_left li {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 8px 12px;
    position: relative;
    margin-top: -43px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    border-radius: 0 0 10px 10px;
}

.evaluation_right2 li {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 6px 12px;
    position: relative;
    margin-top: -38px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    border-radius: 0 0 10px 10px;
}


/* .evaluation_right {
    padding: 0;
} */

.evaluation_right2 {
    margin-bottom: 20px;
}

.evaluation_right2 img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px #e9f0e9;
}

.hot_news li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    list-style-position: inside;
    list-style-type: circle;
    padding-left: 2px;
}

.top_hot {
    background-color: #fff;
    margin: 0 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px #e9f0e9;
    margin-bottom: 20px;
    padding-top: 15px;
}

.left_part {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px #e9f0e9;
    margin-bottom: 20px;
    padding: 0 20px 20px;
}

.column_title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 4px #ff9966 solid;
    display: inline-block;
    letter-spacing: 2px;
    padding-bottom: 4px;
    margin: 20px 0 20px 0px;
}

.column_title3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 4px #33cc33 solid;
    display: inline-block;
    letter-spacing: 2px;
    padding-bottom: 4px;
    margin: 18px 0 20px 20px;
}

.brand_list_title {
    background-color: rgba(255, 153, 102, 0.7);
    padding: 6px 20px;
    margin: 0 20px 20px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #fff;
    border-radius: 10px;
}

.brand_list_title:hover {
    box-shadow: 0px 0px 6px 0px rgba(255, 153, 102, 0.4);
    color: #fff;
    transition: all .1s linear;
    text-decoration: none;
}

.model_list {
    padding: 0 25px;
}

.model_list li {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right_part {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px #e9f0e9;
    margin-bottom: 20px;
}

.hot_phone_list {
    padding: 0 5px;
}

.hot_news_left {
    padding: 0 20px 2px;
}

.right_part .hot_phone_list img {
    height: 90px;
}

.brand_pic {
    padding: 20px 0 20px 20px;
}

.brand_pic img {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    height: 180px;
    object-fit: contain;
    border-radius: 10px;
}

.column_title4 {
    margin-left: 10px;
    font-size: 24px;
    margin-top: 30px;
}

.phone_price2 {
    color: red;
    line-height: 26px;
}

.phone_information {
    border-radius: 10px;
    border: 1px #ddd solid;
    margin-bottom: 20px;
}

.phone_information li {
    line-height: 26px;
}

.phone_information_name {
    font-size: 16px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.phone_information img {
    height: 150px;
    object-fit: contain;
    margin: 20px 0;
}

.phone_information ul {
    margin: 20px 0;
}

.phone_list {
    padding: 0 5px;
}

.phone_list a {
    display: block;
    border-radius: 10px;
}


/* .phone_list a:hover {
    text-decoration: none;
    box-shadow: 0px 4px 8px 0px #e9f0e9;
    transform: scale(1.05);
    transition: all 0.2s;
} */

.article_number {
    color: #666;
}

.line1 {
    margin: 0 20px 20px;
    border: 1px #ff9966 solid;
}

.column_title strong {
    color: #ff9966;
}

.article_list_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    font-size: 15px;
}

.article_list_time {
    padding-right: 20px;
    text-align: right;
    color: #999;
}

.line2 {
    margin: 20px 0;
}

.article_time {
    padding: 0 20px;
}

.article_time span {
    color: #999;
    margin-right: 30px;
}

.article_title {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 4px #ff9966 solid;
    display: inline-block;
    padding-bottom: 4px;
    margin: 30px 20px;
    line-height: 34px;
}

.article_details {
    padding: 0 20px;
}

.article_details p {
    line-height: 26px;
    margin-bottom: 20px;
}

.article_details img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.article_details table {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.pre_next {
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pre_next span {
    color: #ff9966;
}

.pre_next1 {
    margin-bottom: 20px;
}

.phone_details {
    display: block;
    margin: 0 auto;
    padding: 10px;
    border: 1px #ddd solid;
    border-radius: 10px;
    width: 60%;
    max-width: 300px;
    height: 300px;
    object-fit: contain;
}

.investment_f {
    margin-bottom: 10px;
    padding-left: 0;
}

.investment_title {
    display: table;
    margin: 0 auto;
    float: none;
    padding: 0 20px;
}

.investment_title div {
    float: left;
    display: block;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 6px;
    color: #999;
    border: 1px #ddd solid;
    padding: 2px 10px;
    margin-right: 10px;
    border-radius: 6px;
}

.investment_con {
    display: -webkit-box;
    margin-bottom: 20px;
}

.investment_con_list {
    display: none;
}

.investment_con_list hr {
    margin: 16px 0 0;
}

.investment_con_list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.investment_title div.on {
    color: #ff9966;
    border: 1px #ff9966 solid;
}

.market_time {
    margin: 14px 20px 16px;
    text-align: center;
}

.phone_details_table dl {
    display: flex;
}

.phone_details_table dt {
    width: 30%;
    font-weight: normal;
    line-height: 26px;
    padding-right: 1%;
    display: inline-flex;
    border: 1px #fff solid;
    background-color: #ff9966;
    color: #fff;
    padding: 8px 20px;
    border-right: none;
}

.phone_details_table dd {
    width: 69%;
    display: inline-flex;
    line-height: 26px;
    padding: 8px 20px;
    border: 1px #ff9966 solid;
    border-left: none;
}

.phone_details_data dl {
    display: -webkit-box;
}

.phone_details_data dd {
    width: 33%;
    line-height: 26px;
}

.phone_details_data dt {
    width: 34%;
    line-height: 26px;
    font-weight: normal;
}

.phone_details_data {
    padding: 0 20px 20px;
    text-align: center;
}

.phone_details_data_header {
    color: #fff;
}

.phone_details_data_header dd {
    border: 1px #ff9966 solid;
    background-color: #ff9966;
    padding: 6px 20px;
    border-right: 1px #fff solid;
    border-left: 1px #fff solid;
}

.phone_details_data_header .dd2 {
    border-right: 1px #ff9966 solid;
}

.phone_details_data_header dt {
    border: 1px #ff9966 solid;
    background-color: #ff9966;
    padding: 6px 20px;
    border-right: 1px #fff solid;
}

.phone_details_data_item dt {
    border: 1px #ff9966 solid;
    padding: 6px 20px;
}

.phone_details_data_item dd {
    border: 1px #ff9966 solid;
    padding: 6px 20px;
}

.phone_details_table {
    padding: 0 15px 0 20px;
    margin-bottom: 20px;
}

.phone_details_title {
    margin: 10px 20px 20px;
    font-size: 18px;
    font-weight: bold;
    border-left: 16px #ff9966 solid;
    border-right: 16px #ff9966 solid;
    padding: 0 12px;
    line-height: 18px;
    border-radius: 16px;
    display: inline-block;
}

.list_sort {
    padding: 0 20px 20px;
}

.list_sort a {
    margin-right: 20px;
}

.list_sort .active {
    color: #ff9966;
}

.phone_details_evaluation {
    padding: 0 5px;
}

.phone_details_evaluation img {
    height: 160px;
}

.phone_price3 {
    margin-left: 20px;
}

.phone_recommend {
    margin-bottom: 14px;
}

.phone_recommend li {
    margin-bottom: 6px;
}

.logo_h1 {
    margin: 0;
}

.friendly_links {
    padding: 0 15px 20px;
}

.friendly_links a {
    margin-right: 20px;
    word-break: keep-all;
    line-height: 26px;
}

.friendly_links2 {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 0px 20px;
    box-shadow: 0px 4px 8px 0px #e9f0e9;
    padding: 0 20px 20px;
}

.friendly_links2 .column_title {
    margin-left: 0;
}

.logo_word {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-right: 30px;
    line-height: 86px;
}

.logo_word a {
    color: #ff9966;
}

.logo_word a:hover {
    text-decoration: none;
}

@media (max-width: 899px) {
    .search_bg .input-group {
        margin: 10px 15px 20px 0;
    }
}

@media (max-width: 768px) {
    .navbar-nav>li>a {
        margin: 20px 20px 12px;
    }
}
.abuseStyle {
    overflow: hidden;
    position: absolute;
    max-height: 1px;
}


.boundaryStyle {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

