12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601 |
- html {
- scroll-behavior: smooth;
- scroll-padding-top: 7vh;
- }
- body{
- width: 100vw;
- height: 100vh;
- }
- #scrollTop {
- display: none !important;
- }
- [v-cloak] {
- opacity: 0;
- }
- .text_info {
- width: 100vw;
- height: 100%;
- box-sizing: border-box;
- overflow-y: scroll;
- }
- .text_info .text_info_contain {
- height: auto;
- padding: 10vh 24vw;
- box-sizing: border-box;
- width: 100%;
- background: #fff;
- }
- .text_info .text_info_contain p {
- font-size: 16px;
- line-height: 30px;
- color: #777;
- }
- .username {
- color: #FF5B00;
- position: relative;
- cursor: pointer;
- box-sizing: border-box;
- height: 20px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .username::after {
- content: '\276F';
- font-weight: normal;
- position: absolute;
- right: -14px;
- top: 0;
- transform: rotate(90deg);
- transition: .3s;
- }
- .username:hover {
- border-bottom: 1px solid;
- }
- .username:hover::after{
- transform: rotate(270deg);
- }
- .username .el-popover__reference-wrapper .el-button--text {
- color: #FF5B00;
- }
- .el-popover {
- padding: 5px !important;
- min-width: 90px !important;
- }
- .el-popover .cShow {
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- align-items: center;
- }
- .el-popover__reference{
- font-size: 0.8vw;
- }
- .a_cm {
- padding: 10px;
- }
- .login_a:hover {
- color: white;
- }
- .slide_icon {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- position: fixed;
- right: 1vw;
- bottom: 140px;
- background: #FF5B00;
- border-radius: 4px;
- padding: 4px;
- height: auto;
- z-index: 999;
- }
- .slide_icon .slide_icon_item {
- width: 100%;
- height: 65px;
- display: flex;
- justify-content: center;
- align-items: end;
- color: #FFFFFF;
- font-size: 14px;
- cursor: pointer;
- padding: 0.4vw 0;
- box-sizing: border-box;
- }
- .slide_icon_item:nth-child(1){
- background: url(/img/supplier-login/float/d.png) center no-repeat;
- background-position: top;
- }
- .slide_icon_item:nth-child(3){
- background: url(/img/supplier-login/float/z.png) center no-repeat;
- }
- .slide_icon_item:nth-child(2){
- border-top: 1px solid rgb(255,255,255, 0.3);
- border-bottom: 1px solid rgb(255,255,255, 0.3);
- background: url(/img/supplier-login/float/w.png) center no-repeat;
- background-position: top;
- }
- .tooltip {
- background: #FFFFFF;
- box-shadow: 0px 4px 16px 0px rgba(51,51,51,0.12);
- border-radius: 4px;
- z-index: 999;
- position: fixed;
- transition: .3s;
- display: flex;
- justify-content: space-around;
- flex-direction: column;
- right: 90px;
- }
- .slide_icon .slide_icon_item .tooltip_1{
- width: 170px;
- height: 64px;
- padding: 10px;
- text-align: center;
- display: none;
- opacity: 0;
- }
- .slide_icon .slide_icon_item .tooltip_1 .day {
- color: #666666;
- font-size: 16px;
- }
- .slide_icon .slide_icon_item .tooltip_1 .phone_number {
- color: #FF5B00;
- font-size: 20px;
- }
- .slide_icon .slide_icon_item .tooltip_1::after {
- content: '';
- height: 0;
- width: 0;
- border: 10px solid transparent;
- border-left: 15px solid white;
- display: block;
- position: absolute;
- right: -20px;
- bottom: 0;
- }
- .slide_icon .slide_icon_item .tooltip_2::after {
- content: '';
- height: 0;
- width: 0;
- border: 10px solid transparent;
- border-left: 15px solid white;
- display: block;
- position: absolute;
- right: -20px;
- top: 0;
- }
- .slide_icon .slide_icon_item .tooltip_2{
- width: 150px;
- height: 150px;
- display: none;
- opacity: 0;
- }
- .slide_icon .slide_icon_phone:hover .tooltip_1 {
- opacity: 1;
- display: flex;
- }
- .slide_icon .slide_icon_qrcode:hover .tooltip_2 {
- opacity: 1;
- display: flex;
- }
- .slide_icon_item .slide_icon_phone .slide_icon_text {
- color:#666666;
- }
- .slide_icon .slide_icon_item .slide_icon_phone .slid_phonenumber {
- font-size: 1vw;
- color: #FF5B00;
- }
- .login_header{
- width: 100vw;
- display: flex;
- justify-content: center;
- height: 7vh;
- position: fixed;
- top: 0;
- left: 0;
- background: #fff;
- z-index: 999;
- }
- .login_header_container{
- width: 95vw;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .img_logo {
- display: flex;
- align-items: center;
- cursor: pointer;
- }
- .img_logo .logo {
- width: 5.5vw;
- height: 4vh;
- background: url("/img/supplier-login/logo.png") no-repeat;
- background-size: 100% 100%;
- }
- .text {
- font-size: 1.2vw;
- font-weight: 400;
- color: #272727;
- }
- .header_link{
- align-items: center;
- position: relative;
- height: 100%;
- display: flex;
- overflow: hidden;
- }
- .header_link .nav_link {
- position: absolute;
- left: 36vw;
- top: 0;
- display: flex;
- justify-content: center;
- align-items: end;
- width: 6vw;
- height: 100%;
- transition: .3s;
- }
- .header_link .nav_link .nav_link_item{
- width: 1.2vw;
- height: 0.2vh;
- background: #FF5B00;
- border-radius: 8px;
- margin-bottom: 1vh;
- }
- .header_link .header_link_itme {
- cursor: pointer;
- font-size: 0.84vw;
- width: 6vw;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- z-index: 1;
- }
- .header_link .header_link_itme:hover{
- color: #FF5B00;
- transform: scale(1.1);
- }
- .header_link_itme:nth-child(1):hover ~ .nav_link {
- left: 0vw !important;
- }
- .header_link_itme:nth-child(2):hover ~ .nav_link {
- left: 6vw !important;
- }
- .header_link_itme:nth-child(3):hover ~ .nav_link {
- left: 12vw !important;
- }
- .header_link_itme:nth-child(4):hover ~ .nav_link {
- left: 18vw !important;
- }
- .header_link_itme:nth-child(5):hover ~ .nav_link {
- left: 24vw !important;
- }
- .header_link_itme:nth-child(6):hover ~ .nav_link {
- left: 30vw !important;
- }
- .header_link_itme:nth-child(7):hover ~ .nav_link {
- left: 36vw !important;
- }
- .header_link_itme:nth-child(8):hover ~ .nav_link {
- left: 49vw !important;
- }
- .isActiveLink {
- color: #FF5B00;
- transform: scale(1.1);
- }
- .login_header_container .iphone {
- width: 12vw;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-right: 5%;
- }
- .login_header_container .iphone div:nth-child(1){
- width: 36px;
- height: 36px;
- background: url("/img/supplier-login/iPhone.png") no-repeat;
- background-size: contain;
- background-position: center;
- }
- .login_header_container .iphone div:nth-child(2) {
- color: #FF5B00;
- font-size: 1vw;
- margin-left: 5px;
- font-weight: bold;
- white-space: nowrap;
- }
- .login_header_container .login_regist {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 8vw;
- height: 100%;
- }
- .login_header_container .login_regist .login_btn{
- width: 40%;
- font-size: 0.7vw;
- border: 1px solid #ccc;
- text-align: center;
- padding: 0.2vw;
- }
- #login_content {
- position: relative;
- width: 100vw;
- }
- #fullpage {
- width: 100vw;
- position: absolute;
- left: 0;
- top: 0;
- height: 800vh;
- scroll-behavior: smooth;
- transition: all 0.8s ease;
- }
- #fullpage .page {
- width: 100vw;
- height: 100vh;
- scroll-snap-align: start;
- box-sizing: border-box;
- overflow: hidden;
- }
- #fullpage #zeroPage {
- height: auto;
- padding-top: 7vh;
- }
- #zeroPage .el-carousel__container {
- height: 510px;
- }
- .el-carousel__item:nth-child(1) {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- #zeroPage .banner01 {
- background: url("/img/supplier-login/01-banner/banner-01.png") no-repeat;
- background-size: 100% 100%;
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- #zeroPage .banner01 .left {
- height: 155px;
- width: 640px;
- background: url(/img/supplier-login/01-banner/banner-02-left.png) no-repeat;
- background-size: contain;
- background-position: right;
- }
- #zeroPage .banner01 .right {
- height: 377px;
- width: 459px;
- background: url(/img/supplier-login/01-banner/banner-01-right.png) no-repeat;
- background-size: contain;
- }
- #zeroPage .banner02 {
- background: url("/img/supplier-login/banner-2/banner-02.png") no-repeat;
- background-size: cover;
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- background-position: center;
- }
- #zeroPage .banner02 .left {
- height: 45%;
- width: 50%;
- background: url(/img/supplier-login/banner-2/banner-02-left.png) no-repeat;
- background-size: contain;
- background-position: right;
- }
- #zeroPage .banner02 .right {
- height: 70%;
- width: 40%;
- background: url(/img/supplier-login/banner-2/banner-02-right.png) no-repeat;
- background-size: contain;
- }
- .el-carousel__item:nth-child(2) {
- display: flex;
- justify-content: center;
- align-items: center;
- background: url("/img/supplier-login/01-banner/banner-01.png");
- }
- .el-carousel__indicator--horizontal .el-carousel__button {
- width: 6px;
- height: 6px;
- border-radius: 50%;
- background-color: #ccc;
- opacity: 1;
- }
- .el-carousel__indicator--horizontal.is-active .el-carousel__button{
- width: 6px;
- height: 6px;
- background: #FF5B00;
- border-radius: 50%;
- opacity: 1;
- }
- #zeroPage {
- background-color: #fff;
- }
- #zeroPage .server {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100vw;
- height: 600px;
- box-sizing: border-box;
- }
- .server .server_1,
- .server .server_2,
- .server .server_3 {
- height: 460px;
- width: 390px;
- position: relative;
- }
- #zeroPage .server .box {
- position: absolute;
- height: 100%;
- width: 100%;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -webkit-transform-style: preserve-3d;
- transform-style: preserve-3d;
- -webkit-transition: ease-in-out 600ms;
- -o-transition: ease-in-out 600ms;
- transition: .5s;
- }
- #zeroPage .server .tourist_bg,
- #zeroPage .server .sale_bg,
- #zeroPage .server .operate_bg {
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- align-items: center;
- font-size: 18px;
- padding: 60px;
- box-sizing: border-box;
- }
- #zeroPage .server .operate,
- #zeroPage .server .tourist,
- #zeroPage .server .sale {
- width: 400px;
- height: 100%;
- transition: .5s;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- align-items: center;
- font-size: 18px;
- padding: 30px;
- box-sizing: border-box;
- background: linear-gradient(0deg, #FF5B00, #FF9300);
- -webkit-transform: rotateY(-180deg);
- transform: rotateY(-180deg);
- color: #fff;
- white-space: nowrap;
- }
- #zeroPage .server .tourist_logo {
- width: 100px;
- height: 100px;
- background: url("/img/supplier-login/cycle/-11.png") no-repeat;
- background-size: cover;
- }
- #zeroPage .server .tourist_bg_logo {
- background: url("/img/supplier-login/cycle/1.png") no-repeat;
- width: 160px;
- height: 160px;
- background-size: cover;
- }
- #zeroPage .server .tourist_bg_title {
- color: black;
- }
- #zeroPage .server .tourist_title {
- color: #fff;
- }
- #zeroPage .server .server_1:hover .tourist_bg{
- -webkit-transform: rotateY(180deg) !important;
- transform: rotateY(180deg) !important;
- }
- #zeroPage .server .server_1:hover .tourist {
- -webkit-transform: rotateY(0deg) !important;
- transform: rotateY(0deg) !important;
- }
- #zeroPage .server .server_2:hover .operate_bg{
- -webkit-transform: rotateY(180deg) !important;
- transform: rotateY(180deg) !important;
- }
- #zeroPage .server .server_2:hover .operate {
- -webkit-transform: rotateY(0deg) !important;
- transform: rotateY(0deg) !important;
- }
- #zeroPage .server .server_3:hover .sale_bg{
- -webkit-transform: rotateY(180deg) !important;
- transform: rotateY(180deg) !important;
- }
- #zeroPage .server .server_3:hover .sale {
- -webkit-transform: rotateY(0deg) !important;
- transform: rotateY(0deg) !important;
- }
- #zeroPage .server .operate_logo {
- background: url("/img/supplier-login/cycle/-22.png") no-repeat;
- width: 100px;
- height: 100px;
- background-size: cover;
- }
- #zeroPage .server .operate_bg_logo {
- background: url("/img/supplier-login/cycle/2.png") no-repeat;
- width: 160px;
- height: 160px;
- background-size: cover;
- }
- #zeroPage .server .operate_bg_title {
- color: black;
- }
- #zeroPage .server .all_cont {
- font-size: 16px;
- box-sizing: border-box;
- text-align: center;
- }
- #zeroPage .server .sale_logo {
- background: url("/img/supplier-login/cycle/-33.png") no-repeat;
- width: 100px;
- height: 100px;
- background-size: cover;
- }
- #zeroPage .server .sale_bg_logo {
- background: url("/img/supplier-login/cycle/3.png") no-repeat;
- width: 160px;
- height: 160px;
- background-size: cover;
- }
- #zeroPage .server .sale_bg_title {
- color: black;
- }
- #firstPage {
- background: url("/img/supplier-login/selection/select_bg.png") no-repeat;
- background-size: cover;
- height: 1014px !important;
- }
- #firstPage .selection {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 78px;
- }
- #firstPage .selection .selection_item{
- padding-top: 20px;
- box-sizing: border-box;
- transition: .3s;
- height: 666px;
- }
- #firstPage .selection .selection_item:hover {
- padding-top: 0;
- }
- #firstPage .selection .selection_item:hover .select_btn {
- background-color: #FF5B00;
- color: white;
- }
- #firstPage .selection .selection_item:nth-child(2){
- margin: 2vh;
- }
- #firstPage .selection_item .selection_item_contain {
- width: 392px;
- height: 646px;
- background-color: #fff;
- }
- #firstPage .selection_item .selection_item_contain .contain_bg_01 {
- width: 392px;
- height: 120px;
- background: url("/img/supplier-login/selection/select_01.png") no-repeat;
- background-size: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #FFFFFF;
- font-weight: bold;
- font-size: 40px;
- }
- #firstPage .selection_item .selection_item_contain .contain_bg_02 {
- width: 392px;
- height: 120px;
- background: url("/img/supplier-login/selection/select_02.png") no-repeat;
- background-size: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #FFFFFF;
- font-weight: bold;
- font-size: 2vw;
- }
- #firstPage .selection_item .selection_item_contain .contain_bg_03 {
- width: 392px;
- height: 120px;
- background: url("/img/supplier-login/selection/select_03.png") no-repeat;
- background-size: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #FFFFFF;
- font-weight: bold;
- font-size: 2vw;
- }
- #firstPage .selection_item_contain .bg1_text {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- font-size: 18px;
- padding: 48px;
- box-sizing: border-box;
- height: 526px;
- }
- .bg1_contain {
- display: flex;
- align-items: center;
- width: 100%;
- font-size: 0.8vw;
- height: 3.5vh;
- white-space: nowrap;
- }
- .square_icon {
- width: 0.2vw;
- height: 0.2vw;
- border: 1px solid #B2B2B2;
- margin: 0 0.5vw;
- transform: rotate(45deg);
- }
- .text_contain {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- height: 257px;
- }
- .select_btn {
- width: 100%;
- height: 5vh;
- border: 1px solid #E2E2E2;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 4px;
- cursor: pointer;
- }
- .select_btn_login {
- width: 100%;
- height: 5vh;
- border: 1px solid #E2E2E2;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 4px;
- background: #cccccc;
- }
- .Title {
- display: flex;
- align-items: center;
- justify-content: space-around;
- flex-direction: column;
- width: 100%;
- height: 11vh;
- margin-top: 5vh;
- }
- .Title .text {
- font-size: 1.8vw;
- }
- .Title .title {
- font-size: 0.9vw;
- }
- #secondPage .operationa{
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 4vh;
- }
- #secondPage .operationa_contain {
- width: 940px;
- height: 570px;
- position: relative;
- }
- #secondPage .operationa_contain .bg2{
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: url("/img/supplier-login/oprate/bg_1.png") no-repeat;
- background-size: cover;
- }
- #secondPage .operationa_contain .bg3{
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: url("/img/supplier-login/oprate/author/bg_2.png") no-repeat;
- background-size: cover;
- }
- #secondPage .operationa_contain .bg1 {
- position: absolute;
- left: 0;
- top: 10px;
- width: 97.8%;
- height: 90%;
- background: url(/img/supplier-login/oprate/bg_2.png) no-repeat;
- background-size: contain;
- background-position: right;
- }
- #secondPage .operationa_contain .bg4 {
- left: 6px;
- top: 14px;
- width: 70%;
- height: 100%;
- background: url(/img/supplier-login/oprate/bg_1.png) no-repeat;
- background-size: contain;
- position: absolute;
- z-index: -1;
- }
- .operationa_contain .online_store {
- width: 400px;
- height: 70px;
- position: absolute;
- display: flex;
- align-items: center;
- left: 75px;
- top: 45px;
- border-bottom: 2px solid #FFCEAF;
- }
- .operationa_contain .online_store .online_logo {
- width: 62px;
- height: 100%;
- border-bottom: 6px solid #FFC39A;
- border-radius: 4px;
- background: url(/img/supplier-login/oprate/house.png) no-repeat;
- background-size: contain;
- background-position: top;
- }
- .online_title {
- font-size: 1.8vw;
- font-weight: bold;
- margin-left: 20px;
- }
- .operationa_contain .author_active {
- width: 400px;
- height: 70px;
- position: absolute;
- display: flex;
- align-items: center;
- right: 75px;
- top: 45px;
- border-bottom: 2px solid #FFCEAF;
- flex-direction: row-reverse;
- }
- .operationa_contain .author_active .online_logo {
- width: 62px;
- height: 100%;
- border-bottom: 6px solid #FFC39A;
- border-radius: 4px;
- background: url(/img/supplier-login/oprate/z.png) no-repeat;
- background-size: contain;
- background-position: top;
- }
- .online_title {
- font-size: 1.8vw;
- font-weight: bold;
- margin-right: 20px;
- }
- .operationa_contain .online {
- width: 383px;
- height: 53px;
- position: absolute;
- display: flex;
- align-items: center;
- left: 56px;
- top: 37px;
- }
- .online_title {
- font-size: 28px;
- font-weight: bold;
- margin-right: 20px;
- }
- .operationa_contain .online .online_logo{
- width: 62px;
- height: 100%;
- border-radius: 4px;
- background: url(/img/supplier-login/oprate/house.png) no-repeat;
- background-size: contain;
- background-position: top;
- }
- .operationa_contain .author {
- width: 222px;
- height: 65px;
- position: absolute;
- display: flex;
- align-items: center;
- right: 40px;
- top: 20px;
- }
- .operationa_contain .author .author_logo {
- height: 65px;
- width: 65px;
- background: url(/img/supplier-login/oprate/z.png) no-repeat;
- background-size: contain;
- }
- .operationa_contain .author .author_title {
- font-size: 28px;
- color: #FFFFFF;
- }
- .operationa_contain .contain {
- width: 690px;
- height: 400px;
- position: absolute;
- left: 120px;
- top: 133px;
- display: flex;
- justify-content: space-around;
- align-items: center;
- flex-direction: column;
- }
- .operationa_contain .contain .contain_logo {
- width: 100%;
- height: 150px;
- background: url(/img/supplier-login/oprate/title.png) no-repeat;
- background-size: contain;
- background-position: center;
- }
- .operationa_contain .contain .contain_list {
- width: 100%;
- height: 200px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .operationa_contain .contain .contain_list .list_item {
- width: 200px;
- height: 100%;
- display: flex;
- flex-direction: column;
- border: 2px solid white;
- justify-content: space-around;
- align-items: center;
- background: #FDF0E9;
- box-shadow: 0px 6px 50px 0px rgba(255,91,0,0.24);
- border-radius: 16px;
- padding: 20px;
- box-sizing: border-box;
- }
- .operationa_contain .contain .contain_list .list_item:nth-child(2){
- margin: 0 1%;
- }
- .operationa_contain .contain .contain_list .list_item:nth-child(1) div:nth-child(1) {
- width: 80px;
- height: 50px;
- background: url(/img/supplier-login/oprate/p.png) no-repeat;
- background-size: contain;
- background-position: center;
- }
- .operationa_contain .contain .contain_list .list_item:nth-child(2) div:nth-child(1) {
- width: 80px;
- height: 50px;
- background: url(/img/supplier-login/oprate/l.png) no-repeat;
- background-size: contain;
- background-position: center;
- }
- .operationa_contain .contain .contain_list .list_item:nth-child(3) div:nth-child(1) {
- width: 80px;
- height: 50px;
- background: url(/img/supplier-login/oprate/s.png) no-repeat;
- background-size: contain;
- background-position: center;
- }
- .operationa_contain .athor_contain {
- width: 690px;
- height: 400px;
- position: absolute;
- left: 120px;
- top: 133px;
- display: flex;
- justify-content: space-around;
- align-items: center;
- flex-direction: column;
- }
- .operationa_contain .athor_contain .athor_contain_logo {
- width: 100%;
- height: 150px;
- background: url(/img/supplier-login/oprate/author/logo.png) no-repeat;
- background-size: contain;
- background-position: center;
- }
- .operationa_contain .athor_contain .athor_contain_list {
- width: 100%;
- height: 200px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex-direction: column;
- }
- .athor_contain_list .list_item {
- width: 97%;
- height: 25%;
- border: 1px solid #FFC9A9;
- border-radius: 50px;
- position: relative;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .athor_contain_list .list_item:nth-child(1) .list_item_logo {
- background: url(/img/supplier-login/oprate/author/02.png) no-repeat;
- background-size: contain;
- background-position: center;
- width: 42px;
- height: 50px;
- position: absolute;
- left: 10px;
- top: 0;
- }
- .athor_contain_list .list_item:nth-child(2) .list_item_logo {
- background: url(/img/supplier-login/oprate/author/03.png) no-repeat;
- background-size: contain;
- background-position: center;
- width: 42px;
- height: 50px;
- position: absolute;
- left: 10px;
- top: 0;
- }
- .athor_contain_list .list_item:nth-child(3) .list_item_logo {
- background: url(/img/supplier-login/oprate/author/04.png) no-repeat;
- background-size: contain;
- background-position: center;
- width: 42px;
- height: 50px;
- position: absolute;
- left: 10px;
- top: 0;
- }
- .athor_contain_list .list_item .text_contain{
- width: 80%;
- height: 100%;
- display: flex;
- justify-content: start;
- align-items: center;
- flex-direction: row;
- color: #FFC9A9;
- }
- .athor_contain_list .list_item .text_contain .text_contain_item {
- font-size: 16px;
- font-weight: bold;
- }
- .athor_contain_list .list_item .text_contain .text_contain_item2 {
- width: 1px;
- height: 20px;
- background: #ffe2d3;
- margin: 0 10px;
- }
- .athor_contain_list .list_item .text_contain .text_contain_item3 {
- font-size: 16px;
- }
- #thirdPage {
- background: #fff;
- }
- .pageInner {
- height: 80vh;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- }
- .pageInner .container {
- width: 1200px;
- height: 20vw;
- display: flex;
- justify-content: space-between;
- position: relative;
- }
- .pageInner .thirdPage_container_contant {
- position: absolute;
- width: 100%;
- height: 5vw;
- left: 0;
- top: -6vw;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .pageInner .thirdPage_container_contant .container_title {
- width: 33%;
- height: 100%;
- border-bottom: 1px solid #FF5B00;
- display: flex;
- justify-content: center;
- align-items: center;
- position: relative;
- font-weight: bold;
- font-size: 1.5vw;
- color: #FF5B00;
- opacity: 0;
- }
- .pageInner .container .container_item {
- height: 100%;
- width: 18%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- position: relative;
- }
- .container_item .container_item_active .container_item_hover {
- width: 100%;
- height: 50%;
- display: flex;
- position: absolute;
- flex-direction: column;
- font-size: 0.8vw;
- color: #202020;
- transition: .3s;
- justify-content: space-around;
- align-items: center;
- padding: 1vw 0;
- box-sizing: border-box;
- }
- .container_item .container_item_active .container_item_hover2 {
- width: 100%;
- height: 50%;
- display: flex;
- position: absolute;
- flex-direction: column;
- font-size: 0.8vw;
- color: #202020;
- transition: .3s;
- justify-content: space-around;
- align-items: center;
- padding: 1vw 0;
- box-sizing: border-box;
- bottom: 0;
- }
- .container_item .container_item_active .item_title {
- display: none;
- font-size: 1.5vw;
- color: #FF5B00;
- font-weight: bold;
- width: 80%;
- }
- .container_item .container_item_active .item_contant {
- display: none;
- color: #666666;
- font-size: 18px;
- width: 80%;
- }
- .container_item .container_item_active .item_logo {
- width: 4vw;
- height: 4vw;
- }
- .container_item .container_item_active .item_logo_box {
- width: 80%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- #item_logo_1 {
- background: url(/img/supplier-login/05-page/信.png) center no-repeat;
- background-size: contain;
- }
- #item_logo_2 {
- background: url(/img/supplier-login/05-page/矩.png) center no-repeat;
- background-size: contain;
- }
- #item_logo_3 {
- background: url(/img/supplier-login/05-page/正.png) center no-repeat;
- background-size: contain;
- }
- #item_logo_4 {
- background: url(/img/supplier-login/05-page/SEO.png) center no-repeat;
- background-size: contain;
- }
- #item_logo_5 {
- background: url(/img/supplier-login/05-page/CRM.png) center no-repeat;
- background-size: contain;
- }
- #item_logo_6 {
- background: url(/img/supplier-login/05-page/认.png) center no-repeat;
- background-size: contain;
- }
- #item_logo_7 {
- background: url(/img/supplier-login/05-page/美.png) center no-repeat;
- background-size: contain;
- }
- #item_logo_8 {
- background: url(/img/supplier-login/05-page/私.png) center no-repeat;
- background-size: contain;
- }
- #item_logo_9 {
- background: url(/img/supplier-login/05-page/分.png) center no-repeat;
- background-size: contain;
- }
- #item_logo_10 {
- background: url(/img/supplier-login/05-page/会.png) center no-repeat;
- background-size: contain;
- }
- #item_logo_11 {
- background: url(/img/supplier-login/05-page/金.png) center no-repeat;
- background-size: contain;
- }
- #item_logo_12 {
- background: url(/img/supplier-login/05-page/交.png) center no-repeat;
- background-size: contain;
- }
- #thirdPage .container_item .container_item_active {
- height: 50%;
- width: 100%;
- }
- #thirdPage .container_item .container_item_active:hover #item_logo_1 {
- background: url(/img/supplier-login/05-page/slide/01.png) center no-repeat;
- }
- #thirdPage .container_item .container_item_active:hover #item_logo_2 {
- background: url(/img/supplier-login/05-page/slide/02.png) center no-repeat;
- }
- #thirdPage .container_item .container_item_active:hover #item_logo_3 {
- background: url(/img/supplier-login/05-page/slide/03.png) center no-repeat;
- }
- #thirdPage .container_item .container_item_active:hover #item_logo_4 {
- background: url(/img/supplier-login/05-page/slide/04.png) center no-repeat;
- }
- #thirdPage .container_item .container_item_active:hover #item_logo_5 {
- background: url(/img/supplier-login/05-page/slide/05.png) center no-repeat;
- }
- #thirdPage .container_item .container_item_active:hover #item_logo_6 {
- background: url(/img/supplier-login/05-page/slide/06.png) center no-repeat;
- }
- #thirdPage .container_item .container_item_active:hover #item_logo_7 {
- background: url(/img/supplier-login/05-page/slide/07.png) center no-repeat;
- }
- #thirdPage .container_item .container_item_active:hover #item_logo_8 {
- background: url(/img/supplier-login/05-page/slide/08.png) center no-repeat;
- }
- #thirdPage .container_item .container_item_active:hover #item_logo_9 {
- background: url(/img/supplier-login/05-page/slide/09.png) center no-repeat;
- }
- #thirdPage .container_item .container_item_active:hover #item_logo_10 {
- background: url(/img/supplier-login/05-page/slide/10.png) center no-repeat;
- }
- #thirdPage .container_item .container_item_active:hover #item_logo_11 {
- background: url(/img/supplier-login/05-page/slide/11.png) center no-repeat;
- }
- #thirdPage .container_item .container_item_active:hover #item_logo_12 {
- background: url(/img/supplier-login/05-page/slide/12.png) center no-repeat;
- }
- #thirdPage .container_item .container_item_active:hover .container_item_hover {
- background: #F7F7F7 !important;
- height: 100%;
- top: 0;
- left: 0;
- z-index: 111;
- }
- #thirdPage .container_item .container_item_active:hover .container_item_hover2 {
- background: #F7F7F7 !important;
- height: 100%;
- left: 0;
- z-index: 111;
- }
- #thirdPage .container_item .container_item_active:hover .item_logo_box {
- justify-content: end;
- }
- #thirdPage .container_item .container_item_active:hover .item_logo {
- width: 5.2vw;
- height: 5.2vw;
- }
- #thirdPage .container_item .container_item_active:hover .item_title {
- display: block !important;
- }
- #thirdPage .container_item .container_item_active:hover .item_title_p {
- display: none !important;
- }
- #thirdPage .container_item .container_item_active:hover .item_contant {
- display: block !important;
- }
- #thirdPage .container_item .container_item_active:hover .container_title:nth-child(1){
- display: flex !important;
- }
- #fourPage .pageInner_contain {
- width: 80%;
- height: 30vw;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- #fourPage .pageInner_contain .nextChange {
- width: 40px;
- height: 48px;
- border: 1px solid #E2E2E2;
- border-radius: 2px;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #E2E2E2;
- cursor: pointer;
- }
- #fourPage .pageInner_contain .isActiveNext{
- border: 1px solid #FF5B00;
- color: #FF5B00;
- }
- #fourPage .el-carousel--horizontal {
- width: 90%;
- }
- #fourPage .el-carousel__arrow{
- display: none;
- }
- #fourPage .el-carousel__item {
- display: flex;
- justify-content: space-around;
- align-items: center;
- box-sizing: border-box;
- }
- #fourPage .el-carousel__item .four_logo_1 {
- width: 50%;
- height: 80%;
- }
- #fourPage .el-carousel__item .logo_text {
- width: 45%;
- height: 80%;
- display: flex;
- flex-direction: column;
- justify-content: start;
- overflow: hidden;
- }
- #fourPage .el-carousel__item .logo_text .logo_title {
- font-size: 1.25vw;
- color: black;
- font-weight: bold;
- margin-bottom: 2vw;
- }
- #fourPage .el-carousel__item .logo_text .analysis {
- font-size: 0.8vw;
- line-height: 2vw;
- }
- #fivePage {
- background: url(/img/supplier-login/07-caimei/bg.png) no-repeat;
- background-size: 100% 100%;
- }
- #fivePage .inner_contain {
- width: 100%;
- height: 67vh;
- margin-top: 7vh;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- #fivePage .inner_contain .inner {
- width: 64%;
- height: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex-direction: column;
- }
- #fivePage .inner_contain .inner .caimei_introduction {
- color: white;
- font-size: 18px;
- width: 1200px;
- height: auto;
- padding: 3vh;
- background-color: rgba(255,255,255, 0.2);
- box-sizing: border-box;
- line-height: 40px;
- }
- #fivePage .inner_contain .inner .caimei_report {
- width: 90%;
- height: 55%;
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .caimei_report .report_item {
- display: flex;
- align-items: center;
- justify-content: space-between;
- flex-direction: column;
- height: 100%;
- width: 20%;
- }
- .caimei_report .report_item .report_logo {
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 1.6vw;
- width: 12vw;
- height: 9vw;
- background: url(/img/supplier-login/07-caimei/cirle.png) no-repeat center;
- background-size: contain;
- font-weight: bold;
- color: white;
- }
- .caimei_report .report_item .report_title {
- font-size: 0.8vw;
- color: #fff;
- }
- .caimei_report .report_item .report_line{
- display: flex;
- flex-direction: column;
- justify-content: end;
- align-items: center;
- }
- .caimei_report .report_item .report_line .box1 {
- padding: 0.52vw 1px;
- height: 5.2vw;
- }
- .caimei_report .report_item .report_line .card4 {
- background-image: linear-gradient(#fff 35%, rgba(255,255,255,0) 0%);
- background-position: left;
- background-size: 1px 10px;
- background-repeat: repeat-y;
- }
- .caimei_report .report_item .report_line .container {
- position: relative;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: row;
- }
- .caimei_report .report_item .report_line .container .box {
- width: 20px;
- height: 20px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .caimei_report .report_item .report_line .container .box span {
- position: absolute;
- box-sizing: border-box;
- border: none;
- background: #FFFFFF;
- border-radius: 50%;
- animation: animate 1s linear infinite;
- animation-delay: calc(0.5s * var(--i))
- }
- #sixPage .community {
- width: 1200px;
- height: 70vh;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 2vw;
- flex-direction: column;
- }
- .community .community_video{
- width: 100%;
- height: 45%;
- font-size: 1vw;
- display: flex;
- justify-content: space-between;
- flex-direction: column;
- }
- .community .community_article {
- width: 100%;
- height: 45%;
- font-size: 1vw;
- display: flex;
- justify-content: space-between;
- flex-direction: column;
- }
- .community_title {
- padding: 1% 0;
- font-size: 1vw;
- }
- .community .community_list {
- width: 100%;
- display: flex;
- /*justify-content: space-between;*/
- align-items: center;
- height: 90%;
- }
- .community_list .video_list_item {
- width: 24%;
- height: 100%;
- box-sizing: border-box;
- padding-top: 5px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- transition: .2s;
- cursor: pointer;
- }
- .community_list .article_list_item {
- width: 24%;
- height: 100%;
- box-sizing: border-box;
- padding-top: 5px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- transition: .2s;
- cursor: pointer;
- }
- .article_list_item .article_list_item_content {
- height: 100%;
- width: 100%;
- border: 1px solid #EAEAEA;
- box-sizing: border-box;
- color: #202020;
- }
- .video_list_item .video_list_item_content {
- height: 100%;
- width: 100%;
- border: 1px solid #EAEAEA;
- box-sizing: border-box;
- color: #202020;
- position: relative;
- }
- .video_list_item .video_list_item_content .player_bg {
- position: absolute;
- width: 100%;
- height: 60%;
- box-sizing: border-box;
- left: 0;
- top: 0;
- background: rgba(24, 23, 23, 0.4);
- display: none;
- justify-content: center;
- align-items: center;
- transition: .2s;
- z-index: 11;
- }
- .video_list_item_content .video_player {
- width: 100%;
- height: 60%;
- box-sizing: border-box;
- overflow: hidden;
- }
- .article_list_item_content .article_bg {
- width: 100%;
- height: 60%;
- box-sizing: border-box;
- overflow: hidden;
- }
- .video_list_item_content .video_title {
- width: 100%;
- height: 40%;
- box-sizing: border-box;
- font-size: 14px;
- display: flex;
- justify-content: center;
- align-items: center;
- line-height: 22px;
- padding: 20px
- }
- .article_list_item_content .article_text {
- width: 100%;
- height: 40%;
- box-sizing: border-box;
- display: flex;
- justify-content: space-around;
- align-items: center;
- flex-direction: column;
- font-size: 0.7vw;
- color: #808080;
- }
- .article_list_item_content .text_title {
- color: #202020;
- font-size: 1vw;
- width: 100%;
- box-sizing: border-box;
- border-left: 3px solid #FF5B00;
- padding: 0 4%;
- }
- .video_list_item:nth-child(1):hover {
- padding: 0 0 5px 0;
- }
- .video_list_item:nth-child(1):hover .video_list_item_content {
- box-shadow: 0px 6px 35px 0px rgba(255,157,102,0.12);
- color: #FF5B00;
- }
- .video_list_item:nth-child(1):hover .player_bg {
- display: flex;
- }
- .video_list_item:nth-child(2):hover .player_bg {
- display: flex;
- }
- .video_list_item:nth-child(3):hover .player_bg {
- top: 0;
- display: flex;
- }
- .video_list_item:nth-child(4):hover .player_bg {
- top: 0;
- display: flex;
- }
- .video_list_item:nth-child(2):hover {
- padding: 0 0 5px 0;
- }
- .video_list_item:nth-child(2):hover .video_list_item_content {
- box-shadow: 0px 6px 35px 0px rgba(255,157,102,0.12);
- color: #FF5B00 !important;
- }
- .video_list_item:nth-child(3):hover {
- padding: 0 0 5px 0;
- }
- .video_list_item:nth-child(3):hover .video_list_item_content {
- box-shadow: 0px 6px 20px 0px rgba(255,157,102,0.12);
- color: #FF5B00 !important;
- }
- .video_list_item:nth-child(4):hover {
- padding: 0 0 5px 0;
- }
- .video_list_item:nth-child(4):hover .video_list_item_content{
- box-shadow: 0px 6px 20px 0px rgba(255,157,102,0.12);
- color: #FF5B00;
- }
- .article_list_item:nth-child(1):hover {
- padding: 0 0 5px 0;
- }
- .article_list_item:nth-child(1):hover .article_list_item_content {
- box-shadow: 0px 6px 20px 0px rgba(255,157,102,0.12);
- color: #FF5B00 !important;
- }
- .article_list_item:nth-child(2):hover .article_list_item_content {
- box-shadow: 0px 6px 20px 0px rgba(255,157,102,0.12);
- color: #FF5B00 !important;
- }
- .article_list_item:nth-child(3):hover .article_list_item_content {
- box-shadow: 0px 6px 20px 0px rgba(255,157,102,0.12);
- color: #FF5B00 !important;
- }
- .article_list_item:nth-child(4):hover .article_list_item_content {
- box-shadow: 0px 6px 20px 0px rgba(255,157,102,0.12);
- color: #FF5B00 !important;
- }
- .article_list_item:nth-child(2):hover {
- padding: 0 0 5px 0;
- }
- .article_list_item:nth-child(3):hover {
- padding: 0 0 5px 0;
- }
- .article_list_item:nth-child(4):hover {
- padding: 0 0 5px 0;
- }
- .article_list_item:nth-child(1):hover .text_title,
- .article_list_item:nth-child(2):hover .text_title,
- .article_list_item:nth-child(3):hover .text_title,
- .article_list_item:nth-child(4):hover .text_title {
- color: #FF5B00 !important;
- }
- @keyframes animate {
- 0% {
- width: 0;
- height: 0;
- }
- 50% {
- opacity: 1;
- }
- 100% {
- width: 50px;
- height: 50px;
- opacity: 0;
- }
- }
- .cm_video_player {
- position: fixed;
- left: 0;
- top: 0;
- width: 100vw;
- height: 100vh;
- background: rgba(24, 23, 23, 0.5);
- display: none;
- z-index: 999;
- justify-content: center;
- align-items: center;
- }
|