.intl-list *{
    box-sizing: border-box;
}
.intl-list .tit-cn {
    line-height: 46px;
    font-size: 36px
}

.intl-list .tit-en {
    line-height: 20px;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b
}

.intl-list .list-panel {
    width: 100%;
    height: 838px;
    padding-top: 68px;
    box-sizing: border-box;
    background: url(/template/Home/Default/PC/Static/img/module/trademark/guoji_01.png) no-repeat 50%

}

.intl-list .list-panel .list-content {
    height: 540px;
    margin-top: 50px;
    background: #fff
}

.intl-list .list-panel .continent {
    width: 200px;
    height: 100%;
    padding-top: 42px;
    background: #55a9ff;
    color: #fff
}

.intl-list .list-panel .continent>li {
    height: 60px;
    padding: 10px 0 10px 40px;
    margin-bottom: 10px;
    position: relative;
    cursor: default
}

.intl-list .list-panel .continent>li.active,
.intl-list .list-panel .continent>li:hover {
    width: 227px;
    background: -webkit-gradient(linear,left top,right top,from(#55a9ff),color-stop(12%,#2368df),to(#5741b7));
    background: linear-gradient(90deg,#55a9ff,#2368df 12%,#5741b7);
    border-radius: 0 100px 100px 0;
}

.intl-list .list-panel .continent>li.active .i-tri,
.intl-list .list-panel .continent>li:hover .i-tri {
    visibility: visible
}

.intl-list .list-panel .continent>li .cn {
    font-size: 16px
}

.intl-list .list-panel .continent>li .en {
    font-size: 12px
}

.intl-list .list-panel .continent>li .i-tri {
    position: absolute;
    right: 17px;
    top: 17px;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    border-radius: 50%;
    color: #5741b7;
    text-align: center;
    visibility: hidden
}

.intl-list .list-panel .contry {
    width: 660px;
    height: 486px;
    margin: 45px 22px 0 47px;
    overflow: hidden
}

.intl-list .list-panel .contry ul>li {
    float: left;
    width: 140px;
    height: 144px;
    margin: 0 0 18px 30px;
    text-align: center;
    overflow: hidden
}

.intl-list .list-panel .contry ul>li>a {
    display: block
}

.intl-list .list-panel .contry ul>li:nth-child(4n-3) {
    margin-left: 0
}

.intl-list .list-panel .contry ul>li .img-wrapper {
    width: 140px;
    height: 94px;
    line-height: 88px
}

.intl-list .list-panel .contry ul>li .name {
    margin-top: 10px;
    line-height: 20px
}

.intl-list .list-panel .intl-custom {
    width: 250px;
    margin-top: 45px
}

.intl-list .list-panel .intl-custom .agent {
    box-shadow: 0 0 20px rgba(0, 0, 0, .08)
}

.intl-list .choose-panel {
    height: 732px;
    padding-top: 100px;
    background: url(/template/Home/Default/PC/Static/img/module/trademark/guoji_02.png) no-repeat 50%;
    background-size: cover;
}

.intl-list .choose-panel .choose-content {
    margin-top: 110px
}

.intl-list .choose-panel li {
    float: left;
    width: 276px;
    height: 314px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.intl-list .choose-panel li+li {
    margin-left: 32px
}

.intl-list .choose-panel li:hover {
    box-shadow: 0 0 10px 4px #dcdcdc
}

.intl-list .choose-panel li:hover .bg-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.intl-list .choose-panel li .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 174px;
    line-height: 174px;
    text-align: center;
    overflow: hidden
}

.intl-list .choose-panel li .bg-img img {
    vertical-align: middle;
    transition: all .3s
}

.intl-list .choose-panel li .icons {
    position: absolute;
    width: 100%;
    height: 174px;
    line-height: 174px;
    color: #fff
}

.intl-list .choose-panel li .icons .iconfont {
    font-size: 42px
}

.intl-list .choose-panel li .info {
    padding: 30px 32px 28px;
    margin-top: 174px
}

.intl-list .choose-panel li .info .slogan {
    line-height: 20px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #000
}

.intl-list .choose-panel li .info .spirit {
    line-height: 22px;
    color: #6e6e6e
}

.intl-list .flows-panel {
    height: 566px;
    padding-top: 100px;
    background: url(/template/Home/Default/PC/Static/img/module/trademark/guoji_03.png) no-repeat 50%
    
}
.el-scrollbar .el-scrollbar__wrap {
    overflow-x: hidden;
}
/* .intl-list .list-panel .continent{
    background: #ff6b6e;
} */

/* 通用css */


article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    font-family: Microsoft Yahei;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #1b1b1b;
    text-align: left;
    background-color: #f4f4f7
}

#__layout,
#__nuxt,
body {
    height: 100%
}

dl,
ol,
ul {
    list-style: none
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

em {
    font-style: normal
}

a {
    color: #1b1b1b;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #3c7ee5;
    text-decoration: none
}

button,
input,
select {
    border: 0;
    outline: 0;
    font-family: Microsoft Yahei
}

button:-webkit-autofill,
input:-webkit-autofill,
select:-webkit-autofill {
    background: none !important
}

.clearfix:after,
.container:after {
    clear: both
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

.container {
    width: 1200px;
    margin: 0 auto
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.fs12 {
    font-size: 12px !important
}

.fs14 {
    font-size: 14px !important
}

.fs16 {
    font-size: 16px !important
}

.fs18 {
    font-size: 18px !important
}

.mgt10 {
    margin-top: 10px !important
}

.mgb10 {
    margin-bottom: 10px !important
}

.mgb20 {
    margin-bottom: 20px !important
}

.line-24 {
    line-height: 24px !important
}

.bg-gray {
    background: #f8f8f8
}

.bg-white {
    background: #fff
}

.color-danger {
    color: #fb5555
}

.color-success {
    color: #18c385
}

.color-warning {
    color: #e6a23c
}

.color-main {
    color: #3c7ee5
}

.text-gray {
    color: #9b9b9b !important
}

.text-white {
    color: #fff !important
}

.el-table .danger-row {
    background: rgba(251, 85, 85, .1)
}

.el-table .success-row {
    background: rgba(24, 195, 133, .1)
}

.iconfont {
    display: inline-block
}

.icon,
.iconfont {
    vertical-align: middle
}

.icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    overflow: hidden
}

.div-circle {
    border-radius: 50%
}

.intl-list .btn {
    display: inline-block;
    background: #fff;
    text-align: center;
    cursor: pointer
}

.btn-orange {
    background: #fc6530;
    color: #fff
}

.btn-orange:hover {
    background: #f45017;
    color: #fff
}

.btn-orange.plain {
    background-color: #fff;
    border: 1px solid #fc6530;
    color: #fc6530
}

.btn-orange.plain:hover {
    background: #fc6530;
    color: #fff
}

.btn-blue {
    background: #3c7ee5;
    color: #fff
}

.btn-blue:hover {
    background: #2c70db;
    color: #fff
}

.btn-blue.plain {
    background-color: #fff;
    border: 1px solid #3c7ee5;
    color: #3c7ee5
}

.btn-blue.plain:hover {
    background: #3c7ee5;
    color: #fff
}

.btn-white {
    background: #fff;
    color: #1b1b1b
}

.btn-white:hover {
    background: #fc6530;
    color: #fff
}

.btn-gray {
    background: #9b9b9b;
    color: #fff
}

.btn-gray:hover {
    background: #e0e3e8;
    color: #fff
}

.btn-gray.plain {
    background-color: #fff;
    border: 1px solid #9b9b9b;
    color: #9b9b9b
}

.btn-gray.plain:hover {
    background: #9b9b9b;
    color: #fff
}

.btn-red {
    background: #fb5555;
    color: #fff
}

.btn-red:hover {
    background: #f64242;
    color: #fff
}

.btn-red.plain {
    background-color: #fff;
    border: 1px solid #fb5555;
    color: #fb5555
}

.btn-red.plain:hover {
    background: #fb5555;
    color: #fff
}

.btn-radius {
    width: 130px;
    height: 30px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #fc6530;
    border-radius: 30px;
    color: #fc6530;
    transition: all .3s
}

.btn-radius:hover {
    background: #fc6530;
    color: #fff
}

.intl-list .list-panel .continent p,
.intl-list .list-panel .continent strong {
    color: #fff;
}

h1.tit-cn {
    color: #1b1b1b;
}

.intl-list .choose-panel li .icons i {
    color: #fff;
}
[v-cloak]{
    display: none;
}
.intl-list .list-panel .contry{
    width: 870px;
    padding-left: 50px;
}
.intl-list .list-panel .contry ul>li{
    margin-left: 85px;
}
.dr-list .icon-new:before,.dr-list .icon-hot:before{
    content: ""
}