.pac-main {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 120px;
    background: url("/static/app/img/patent_collect/bg_awards@2x.png") no-repeat bottom / 100%;
}

.pac-header {
    margin-bottom: 90px;
    background: url("/static/app/img/patent_collect/pic_banner@2x.png") center / cover;
    min-height: 700px;
}

.pac-header {
    margin-bottom: 0;
}

.img-runman {
    position: absolute;
    top: -56px;
    right: 0;
}

.img-ring1 {
    position: absolute;
    top: 291px;
    left: 0;
}

.img-ring2 {
    position: absolute;
    z-index: 1;
    top: -264px;
    right: 0;
}

.img-airplane {
    position: absolute;
    top: -112px;
    left: 0;
}

.img-earth {
    position: absolute;
    top: -160px;
    left: 0;
}

.orgs {
    padding-top: 160px;
    position: static;
    background: url(/static/app/img/patent_collect/orgs_bg@2x.png) no-repeat center -100px / 100%;
}

.pac-box {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-radius: 10px;
    border: 2px solid #E5EAF4;
    background: #f5f7fb;
}

.pac-box__title {
    margin: -6px auto 0;
    margin-bottom: 10px;
    padding-top: 7px;
    width: 136px;
    height: 70px;
    background: url("/static/app/img/patent_collect/bottom_title@2x.png") center / 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.pac-box__list {
    padding-left: 75px;
    padding-right: 75px;
}

.pac-box__item {
    float: left;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 20px;
}

.pac-box__item:nth-child(odd) {
    width: 61%;
}

.pac-box__item:nth-child(even) {
    width: 37%;
}

.pac-box__item-host.pac-box__item-host {
    margin-top: 30px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}





.pac-flow {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
    height: 586px;
    background: url("/static/app/img/patent_collect/bg_workflow@2x.png") center / cover;
    color: #fff;
    transition: .2s;
}

.pac-flow__title {
    text-align: center;
    margin-bottom: 70px;
}

.pac-flow__title-text {
    margin: 0 15px;
}

.pac-flow__line {
    position: relative;
    top: -2px;
    mix-blend-mode: screen;
}

.pac-flow__line2 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pac-flow__list {
    margin-bottom: 30px;
}

.pac-flow__item {
    position: relative;
    padding: 41px 15px;
    float: left;
    width: 240px;
    line-height: 1.4;
}

.pac-flow__item:not(:last-child) {
    margin-right: 13px;
}

.pac-flow__item-bgbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 10px;
}

.pac-flow__item-main {
    position: relative;
    z-index: 1;
}

.pac-flow__item-icon {
    position: relative;
    margin-right: 15px;
    float: left;
    width: 60px;
    height: 60px;
    border: solid 2px #fff;
    border-radius: 50%;
    overflow: hidden;
}

.pac-flow__item-icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.pac-flow__item-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 192, 109, 1) 0%, rgba(239, 125, 45, 1) 100%);
    opacity: 0;
    transition: opacity .2s;
    z-index: -1;
    border-radius: 50%;
}

.pac-flow__item-title {
    font-size: 20px;
    margin-top: 2px;
    margin-bottom: 7px;
}




.pac-flow__item, .pac-flow__item * {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.pac-flow__item-line {
    position: absolute;
    left: 120px;
    top: 105%;
    width: 156px;
    height: 110px;
    border: dashed 1px rgba(255, 255, 255, .7);
    border-right: none;
    border-top: none;
    -webkit-transform: translateY(-1cm);
    -moz-transform: translateY(-1cm);
    -ms-transform: translateY(-1cm);
    -o-transform: translateY(-1cm);
    transform: translateY(-1cm);
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
}

.pac-flow__item-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*width: 100%;*/
    width: 160%;
    height: 160px;
}

.pac-flow__item-line_short {
    height: .94cm;
    border-bottom: none;
}

.pac-flow__item-line-outer-circle {
    position: absolute;
    right: -12px;
    bottom: -11px;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, .14);
    border-radius: 50%;
}

.pac-flow__item-line-inner-circle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

.pac-flow__item-footer {
    position: absolute;
    top: 34px;
    left: 122%;
    line-height: 22px;
    white-space: nowrap;
}

.pac-flow__footer-main {
    margin-top: 4px;
    display: inline-block;
/*    margin-left: 50%;
    transform: translateX(-50%);
    */
}

.pac-flow__item-line_short {
    width: 100%;
}

.pac-flow__item-line_short .pac-flow__item-line-outer-circle {
    left: -11px;
}

.pac-flow__item-line_short .pac-flow__item-footer {
    top: 60px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.pac-flow__item-line:not(.pac-flow__item-line_short) .pac-flow__item-footer {
    top: 0;
    left: 100%;
    padding-top: 34px;
    padding-left: 30px;
}




.pac-flow__item:hover .pac-flow__item-bgbox, .pac-flow__item_active .pac-flow__item-bgbox {
    background: #fff;
    -webkit-transform: scale(1.1084);
    -moz-transform: scale(1.1084);
    -ms-transform: scale(1.1084);
    -o-transform: scale(1.1084);
    transform: scale(1.1084);
}

.pac-flow__item:hover .pac-flow__item-icon, .pac-flow__item_active  .pac-flow__item-icon {
    border: none;
}

.pac-flow__item:hover .pac-flow__item-icon::before, .pac-flow__item_active  .pac-flow__item-icon::before {
    opacity: 1;
}

.pac-flow__item:hover .pac-flow__item-title, .pac-flow__item_active .pac-flow__item-title {
    color: #EF7D2D;
}

.pac-flow__item:hover .pac-flow__item-date, .pac-flow__item_active .pac-flow__item-date {
    color: #0B1727;
}

.pac-flow__item:hover .pac-flow__item-line, .pac-flow__item_active .pac-flow__item-line {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}




/*
.transition {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.pac-flow__item-line {
    position: absolute;
    left: 120px;
    top: 105%;
    width: 0;
    height: 0;
    border: dashed 1px rgba(255, 255, 255, .7);
    border-right: none;
    border-top: none;
    display: none;
    opacity: 0;
}

.pac-flow__item-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 160px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.pac-flow__item-line_short {
    height: 0;
    border-bottom: none;
}

.pac-flow__item-line-outer-circle {
    position: absolute;
    right: -10px;
    bottom: -11px;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, .14);
    border-radius: 50%;
}

.pac-flow__item-line_short .pac-flow__item-line-outer-circle {
    right: -12px;
}

.pac-flow__item-line-inner-circle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

.pac-flow__item-footer {
    position: absolute;
    top: 34px;
    left: 122%;
    line-height: 22px;
    white-space: nowrap;
    opacity: 0;
}

.pac-flow__footer-main {
    margin-top: 4px;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
}

.pac-flow__item-line_short {
    width: 100%;
}

.pac-flow__item-line_short .pac-flow__item-line-outer-circle {
    left: -11px;
}

.pac-flow__item-line_short .pac-flow__item-footer {
    top: 60px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.pac-flow__item-line:not(.pac-flow__item-line_short) .pac-flow__item-footer {
    top: 0;
    left: 100%;
    padding-top: 34px;
    padding-left: 30px;
}*/




.pac-flow__item:hover .pac-flow__item-bgbox {
    background: #fff;
    -webkit-transform: scale(1.1084);
    -moz-transform: scale(1.1084);
    -ms-transform: scale(1.1084);
    -o-transform: scale(1.1084);
    transform: scale(1.1084);
}

.pac-flow__item:hover .pac-flow__item-icon {
    border: none;
}

.pac-flow__item:hover .pac-flow__item-icon::before {
    opacity: 1;
}

.pac-flow__item:hover .pac-flow__item-title {
    color: #EF7D2D;
}

.pac-flow__item:hover .pac-flow__item-date {
    color: #0B1727;
}



/*.pac-flow__item-line_short {
    display: block;
    visibility: hidden;
    transition: .3s;
}

.pac-flow__item-footer {
    transition: .1s .2s;
}

.pac-flow__item:hover .pac-flow__item-line_short {
    visibility: visible;
    opacity: 1;
    height: 42px;
}

.pac-flow__item:hover .pac-flow__item-footer {
    opacity: 1;
}*/




.pac-awards__item {
    padding-top: 109px;
    position: relative;
    float: left;
    width: 240px;
    border: 2px solid #E5EAF4;
    background: #f5f7fb;
    border-radius: 10px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.pac-awards__item:not(:last-child) {
    margin-right: 13px;
}

.pac-awards__item:hover {
    -webkit-transform: translateY(-.25cm);
    -moz-transform: translateY(-.25cm);
    -ms-transform: translateY(-.25cm);
    -o-transform: translateY(-.25cm);
    transform: translateY(-.25cm);
}

.pac-awards__item-header {
    position: absolute;
    top: -3px;
    left: -2px;
    color: #fff;
    width: 240px;
    height: 109px;
    background: url("/static/app/img/patent_collect/bg_value@2x.png") no-repeat center / 100%;
    text-align: center;
    line-height: 1.4;
}

.pac-awards__item:nth-child(2) .pac-awards__item-header {
    background-image: url("/static/app/img/patent_collect/bg_potential@2x.png");
}


.pac-awards__item:nth-child(3) .pac-awards__item-header  {
    background-image: url("/static/app/img/patent_collect/bg_innovate@2x.png");
}

.pac-awards__item:nth-child(4) .pac-awards__item-header  {
    background-image: url("/static/app/img/patent_collect/bg_benefit@2x.png");
}

.pac-awards__item-main {
    padding: 24px;
}

.pac-awards__item-header-name {
    margin-top: 27px;
    font-size: 22px;
    font-weight: 500;
}

.pac-awards__item-section {
    position: relative;
    padding-left: 24px;
    line-height: 27px;
}

.pac-awards__item-section-title {
    font-size: 20px;
    font-weight: 500;
}

.pac-awards__item-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.pac-awards__item-section-style {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
    background: #EF7D2D;
    border-radius: 50%;
}
/*
.pac-awards__item-main-outer {
    margin-bottom: 25px;
}
*/
