header {
        z-index: 1100;
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
        font-size: 14px;
        color: #333;
        line-height: 60px;
        background-color: #fff;
        width: 100%;
        font-weight: 500;
    }
    header .margins {
        padding: 0 30px 0;
    }
    header li {
        padding: 0 15px;
        position: relative;
    }
    header li:hover {
        cursor: pointer;
    }
    /* header li:hover .link{
        display: block;
    } */
    header .flex>li:first-child {
        margin-left: 0;
        margin-right: 65px;
    }
    header li a {
        color: #333;
    }
    /* header li a:hover {
        background-color: #e82255 0.5;
        background: url('../images/%e6%8d%a2%e8%83%8c%e6%99%af.png') no-repeat 0/contain;
    } */
    header li.red, header li.redPS,header li.red>a {
        color: #e82255;
    }
    header li .link {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        /* padding-left: 204px;
        left: 0; */
        bottom: 0;
        -webkit-transform: translate(-50%,100%);
        transform: translate(-50%,100%);
        left: 50%;
        background-color: #fff;
        border: 1px solid #eee;
        width: 200px;
        white-space: nowrap;
        -webkit-box-shadow: 10px 10px 5px #888888;
        box-shadow: 0px 3px 10px #bbbbbb;
    }
    header li .link a {
        display: block; 
        padding: 20px 0;
    }
    header li.hove:hover .link {
        cursor: default;
        visibility: visible;
        opacity: 1;
    }
    header li.hove:hover i.el-icon-caret-bottom {
        display: inline-block;
        transform: rotateZ(180deg);
    }
    header li .link>li {
        /* padding: 20px 0;
        display: block; */
        text-align: center;
        /* margin-top: 30px;
        margin-bottom: 45px; */
        border-bottom: 1px solid #eeeeee;
        overflow: hidden;
        position: relative;
        padding: 0;
        box-sizing: border-box;
        line-height: 35px;
        cursor: default;
    }
    header li .link>li:last-child {
        border-bottom: none;
    }
    /* header li .link a .square{
        height: 75px;
        position: absolute;
        left: -112px;
        transition: all 0.3s ease-out;
    } */
    header li .link>li:hover .underline {
        width: 100%;
    }
    header li .link a span {
        display: inline-block;
        height: 35px;
        line-height: 35px;
        position: relative;
        /* padding: 10px 0; */
        margin: 0 22px;
        cursor: pointer;
    }
    .underline {
        height: 2px;
        position: absolute;
        width: 0;
        bottom: 0;
        left: 0;
        background: #e82255;
        transition: all 0.3s ease-out;
    }
    header li .link a:hover {
        color: #e82255;
        /* background-color: #f9edef; */
    }
    header li .red {
        color: #e82255;
        /* background-color: #f9edef; */
    }
    header li .beta {
        position: absolute;
        top: 50%;
        right: -5px;
        -webkit-transform: translate(100%,-100%);
        transform: translate(100%,-100%);
    }
    .file-dropzone {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 6000;
        background: rgba(84,97,108,.8);
        text-align: center;
        padding-top: 40vh;
        color: #fff;
    }
    .file-dropzone h1 {
        margin-top: 0;
        color: #fff;
        line-height: 1.3;
        font-size: 3.75rem;
        margin-bottom: .5rem;
    }
    .file-dropzone p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .file-dropzone * {
        pointer-events: none;
    }
    header li.hove .product {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        /* padding-left: 204px;
        left: 0; */
        bottom: 0;
        -webkit-transform: translate(-50%,100%);
        transform: translate(-15%,100%);
        left: 50%;
        background-color: #fff;
        border: 1px solid #eee;
        color: #000;
        width: 880px;
        height: 260px;
        white-space: nowrap;
        -webkit-box-shadow: 10px 10px 5px #888888;
        box-shadow: 0px 3px 10px #bbbbbb;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 20px 0;
        cursor: default;
        box-sizing: border-box;
        padding-left:15px;
    }
    header li.hove:hover .product {
        cursor: default;
        visibility: visible;
        opacity: 1;
    }
    .price {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        /* padding-left: 204px;
        left: 0; */
        bottom: 0;
        -webkit-transform: translate(-50%,100%);
        transform: translate(-50%,100%);
        left: 50%;
        background-color: #fff;
        border: 1px solid #eee;
        color: #000;
        width: 170px;
        height: 100px;
        white-space: nowrap;
        -webkit-box-shadow: 10px 10px 5px #888888;
        box-shadow: 0px 3px 10px #bbbbbb;
        display: flex;
        justify-content: space-evenly;
        align-items: flex-start;
        padding: 18px 0;
        padding-left: 18px;
        box-sizing: border-box;
    }
    header li.hove:hover .price {
        cursor: default;
        visibility: visible;
        opacity: 1;
    }
    header li.hove .left, header li.hove .middle, header li.hove .right {
        margin-right: 20px;
        height: 100%;
        box-sizing: border-box;
    }
    header li.hove .product .right li span {
        padding: 0;
    }
    header li.hove .product .left .proItem {
        padding: 0;
    }
    .eachItem li .el-icon-right {
        opacity: 0;
        /* transition: all .7s ease ; */
    }
    .eachItem li:hover .el-icon-right {
        opacity: 1;
        animation: leftToRight 1.8s ease infinite;
        color: #e82255 !important;
        font-weight: bold !important;
    }
    @keyframes leftToRight {
        0% {
            transform: translateX(0px);
        }
        50% {
            transform: translateX(5px);
        }
        100% {
            transform: translateX(0px);
        }
    }
    .eachItem li:hover span {
        color: #e82255;
        font-weight: bold;
    }
    .eachItem li {
        line-height: 24px;
        padding: 0;
    }
    .proItem {
        box-sizing: border-box;
        float: left;
        margin-right: 6px;
        width: 170px;
        margin-bottom: 15px;
        
    }
    .proItem:nth-child(2) {
        width: 130px;
    }
    .proItem:nth-child(3),.proItem:nth-child(5) {
        width: 100px;
    }
    #navigaTwo .left .proItem:nth-child(1) .title img {
        width: 19px;
        height: 17px;
    }
    #navigaTwo .left .proItem:nth-child(2) .title img {
        width: 21px;
        height: 16px;
    }
    #navigaTwo .left .proItem:nth-child(3) .title img {
        width: 18px;
        height: 17px;
    }
    #navigaTwo .left .proItem:nth-child(4) .title img {
        width: 19px;
        height: 17px;
    }
    #navigaTwo .left .proItem:nth-child(5) .title img {
        width: 18px;
        height: 19px;
    }
    #navigaTwo .left .proItem .title img {
        margin-top: -3px;
    }
    .middle .proItem .title img {
        width: 19px;
        height: 16px;
        margin-top: -3px;
    }
    .right .proItem .title img {
        width: 17px;
        height: 19px;
        margin-top: -3px;
    }
    .price .proItem:nth-child(1) .title img {
        width: 19px;
        height: 17px;
    }
    .price .proItem:nth-child(2) .title img {
        width: 21px;
        height: 16px;
    }
    .price .proItem .title img {
        margin-top: -3px;
    }
    .proItem .title span {
        font-size: 16px;
        font-weight: bold;
    }
    .proItem .eachItem img{
        width: 13px;
        height: 13px;
    }
    .proItem .eachItem span {
        font-size: 14px;
        font-weight: normal;
    }
    .title {
        line-height: 40px;
    }
    .eachItem li {
        height: 24px;
    }
    #navigaTwo .left {
        margin-left: 20px;
        width: 470px;
    }
    .middle {
        width: 260px;
        background-color: #F8F0F3;
        border-radius: 8px;
    }
    .middle .proItem {
        width: 100%;
    }
    #navigaTwo .product .right {
        width: 180px;
        background-color: #F0F0F4;
        border-radius: 8px;
    }
    .middleItem {
        display: flex;
        justify-content: space-evenly;
        align-items: flex-start;
    }
    .middleItem .eachItem:first-child {
        margin-right: 30px;
    }
  .topdownBtn{
    display:block;
    width: 230px;
    height: 40px;
    background-color: #347aeb;
    border-radius: 8px;
  }  

  .topdownBtn i.icon-win {
    background: url(../images/win_wmini.png) center center no-repeat;
    margin-left: 20px;
}
.topdownBtn i.icon-mac {
    background: url(../images/mac_wmini.png) center center no-repeat;
    margin-left: 20px;
}
.topdownBtn i {
    float: left;
    height: 40px;
    width: 40px;
}
.topdownBtn span {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
}
.topdownBtn i.icon-down {
    background: url(../images/down.png) center center no-repeat;
}

header .margins {
    padding: 0 170px 0;
}
.top_right{
    justify-content:right;display: flex;
}
#init{
    margin-right:20px;
}