/* 头部 */
.page_title {
    background-color: #333333;
    color: #fff;
    padding: 10px 0;
}

.flex_title {
    display: flex;
    justify-content: space-between;
}

.coin_types {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.coin_lists {
    width: 200px;
}

.coin_types:hover .hover_menus {
    display: block;
    position: absolute;
    right: 10px;
    top: 100%;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #ccc;
}

.item_coins {
    height: 35px;
    line-height: 35px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    cursor: pointer;
}

.down_triangle {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
    margin-left: 10px;
}

.menus {
    display: flex;
    align-items: center;
}

.item_menu {
    padding: 0 15px;
    border-left: 1px solid #fff;
    cursor: pointer;
    color: #fff;
}


.has_position {
    position: relative;
}

.hover_menus {
    display: none;
}

.item_menu:hover .hover_menus {
    display: block;
    position: absolute;
    right: 10px;
    top: 100%;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #ccc;
}

.item_menu:hover .user_login {
    display: block;
    position: absolute;
    right: 10px;
    bottom: -100px;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #ccc;
}

.languages {
    width: 100px;
}
.languages_images {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/commn/images_9.png");
}
.item_langs {
    height: 35px;
    line-height: 35px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    cursor: pointer;
}

.user_login {
    width: 255px;
    height: 90px;
    padding: 15px 0;
    text-align: center;
}

.item_now_register {
    width: 100px;
    height: 24px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    background-image: linear-gradient(0deg,
            #e23b09 0%,
            #ee651b 100%);
    border-radius: 12px;
    margin: 10px auto;
}

.item_news_gift {
    color: #333;
}

.triangle {
    position: absolute;
    width: 0;
    height: 0;
    right: 5px;
    top: -11px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
    z-index: 9;
    color: red;
}

.item_menu.flex {
    display: flex;
    align-items: center;
}

.item_menu img {
    width: 24px;
    height: 24px;
    margin-left: 3px;
}



.ple_login {
    color: #e64a10;
}

.page_search {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.logo_box {
    width: 180px;
    height: 50px;
    margin-right: 175px;
}

.logo_box img {
    width: 100%;
    height: 100%;
}

.search_box {
    width: 550px;
    margin-right: 35px;
}

.wechat_kefu {
    width: 150px;
    display: flex;
    justify-content: space-between;
}

.kefu_image,
.wechat_image {
    width: 44px;
    height: 44px;
    margin: 0 auto;
}

.kefu_word,
.wechat_word {
    font-size: 12px;
    text-align: center;
}

.search_input {
    border: 2px solid #ec5b15;
    border-radius: 50px;
    height: 42px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.input_box {
    flex: 1;
}

.input_box input {
    width: 100%;
    text-indent: 1em;
}

.search_icon {
    width: 92px;
    height: 100%;
    background-image: linear-gradient(0deg,
            #e13707 0%,
            #ef661c 100%);
    border-radius: 0px 50px 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_icon img {
    width: 25px;
    height: 25px;
}

.search_menus {
    display: flex;
    padding: 5px 15px;
    justify-content: space-between;

}

.search_menus div {
    font-size: 14px;
    font-family: MicrosoftYaHeiLight;
    color: #333;
}

.cate_list {
    background-image: linear-gradient(0deg,
            #de2f04 0%,
            #f27021 100%);
    color: #fff;
}

.list_flex {
    display: flex;
    align-items: center;
}

.list_item {
    padding: 10px 0;
    width: 96px;
    text-align: center;
    cursor: pointer;
}

.list_item.active_item {
    background-color: #fff;
    color: #ec5b15;
}

/* 头部结束 */



/* 底部的 */
.advantage {
    padding: 75px 0 25px;
    background-color: #fff;
}

.advantage_title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 65px;
}

.advantage_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantage_item {
    display: flex;
    align-items: center;
    width: 345px;
    height: 80px;
    margin-bottom: 78px;
}

.advantage_item:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.advantage_images {
    margin-right: 30px;
}

.advantage_images img {
    width: 80px;
    height: 80px;
}

.advantage_item_tiele {
    font-weight: 700;
    margin-bottom: 9px;
}

.advantage_item_desc {
    font-size: 14px;
    color: #333;
}


.hot_recommon {
    color: #333;
}

.hot_recommon_title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
}

.hot_recommon_desc {
    width: 875px;
    margin: 0 auto 70px;
    text-align: center;
    color: #333;
    line-height: 2;
}

.under_lines {
    text-decoration: underline;
}

.div_image {
    width: 100%;
    height: 100%;
}

.experience {
    padding: 56px 0;
    background-color: #f1f1f1;
}

.experience_flex {
    display: flex;
    justify-content: space-between;
}

.experience_item {
    height: 46px;
    display: flex;
    /* align-items: center; */
}

.experience_images {
    margin-right: 16px;
}

.experience_images img {
    width: 46px;
    height: 46px;
}

.experience_word {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.experience_desc {
    font-size: 14px;
}

.copy_right {
    padding: 55px 0 20px;
    background-color: #333333;
    color: #fff;
}

.logo_menus {
    display: flex;
}

.logo_qrcode {
    margin-right: 300px;
}

.copy_logo {
    width: 180px;
    height: 50px;
    margin-bottom: 50px;
}

.copy_qrcode {
    width: 118px;
    height: 118px;
    margin-bottom: 18px;
}

.wechat {
    width: 118px;
    text-align: center;
}

.menus_table {
    padding-top: 16px;
    margin-right: 225px;
}

.menus_table:last-child {
    margin-right: 0;
}

.menus_titles {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;

}

.menus_items {
    color: #f0f1f5;
    line-height: 43px;
    text-align: center;
}

.address {
    display: flex;
    align-items: center;
    padding: 12px 0 0;
    justify-content: space-between;
    margin-top: 35px;
}

.copyright,
.location {
    font-size: 14px;
    color: #f0f1f5;
    opacity: 0.6;
}