.hostplan {
    font-family: Arial, 微軟正黑體;
    font-size: 16px;
    text-align: center;
    max-width: 1170px;
    margin: 20px 0px 0px;
}

.hostplan__card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
}

.hostplan__card__top {
    height: 2.34em;
    font-size: 1.5em;
    letter-spacing: 3px;
    color: #595757;
    background: #e5e5e5;
}

.hostplan__card__body {
    position: relative;
    height: 8.13em;
    color: #666;
    background: #EFEFEF;
}

.hostplan__card__top, .hostplan__card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.priceset {
    font-family: Arial, 微軟正黑體;
    line-height: 1;
}

.priceset__main {
    font-size: 2em;
    font-weight: 700;
}

.hostplan__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hostplan__body::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: transparent 16px solid;
    border-top: #EFEFEF 24px solid;
    border-bottom-width: 0;
}

.post {
    margin-bottom: 30px;
    overflow: hidden;
}

.designplan {
    margin: 70px 0 20px;
    text-align: center;
}

.designplan__head h2 {
    margin: .5em 0 1em;
    font-size: 1.875em;
}

.designplan__body {
    position: relative;
    padding: 0 0 20px;
    background: #EFEFEF;
}

.designplan__body>div:first-child {
    padding: .5em;
    font-size: 1.5em;
    background: #e5e5e5;
}

.designplan__body .priceset {
    padding: 30px 10px 15px;
    font-family: Arial;
    color: #676767;
    background: #EFEFEF;
}

.designplan__body>div:nth-child(3) {
    width: 90%;
    max-width: 30em;
    margin: 0 auto;
    padding: 5px 0;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    font-size: 14px;
    letter-spacing: 1px;
    color: #8c8c8c;
}

.designplan__subtotal {
    padding: 10px;
    font-size: 14px;
    line-height: 1.7;
    color: #8c8c8c;
}

.designplan__body .priceset span:nth-child(3) {
    margin: 0 0 0 .5em;
    text-decoration: line-through;
}

.view01{
        height:350px!important;
    } 
    
.view{
    width:500px!important;
    height:350px!important;
    border:10px solid #fff;
    position:relative;
    overflow:hidden;
    float:left;
    margin:10px;
}
.view .info{
    width:100%!important;
    height:100%!important;
    background:rgba(219,127,8, 0.7);
    position:absolute;
    top:0;
    left:0;
    text-align:center;
}
.view_img{
    width:500px;
}

.partner img{
    width:200px;
}
    
@media only screen and (min-width:1200px){ 
  .view{
       width:500px!important;
       height:300px!important;
       border:10px solid #fff;
       position:relative;
       overflow:hidden;
       float:left;
       margin:10px;
   }
   .view .info{
       width:100%!important;
       height:100%!important;
       background:rgba(219,127,8, 0.7);
       position:absolute;
       top:0;
       left:0;
       text-align:center;
   }
   .view_img{
       width:500px;
       margin-left: -15px;
   }
}

@media (min-width:768px) and (max-width:1024px){ 
  .view{
       width:500px!important;
       height:350px!important;
       border:10px solid #fff;
       position:relative;
       overflow:hidden;
       float:left;
       margin:10px;
   }
   .view .info{
       width:100%!important;
       height:100%!important;
       background:rgba(219,127,8, 0.7);
       position:absolute;
       top:0;
       left:0;
       text-align:center;
   }
   .view_img{
       width:500px;
       /*margin-left: -15px;*/
   }
   
   .view01{
        height:450px!important;
    } 
}

@media  (min-width:300px) and (max-width: 768px){ 
    .view{
         width:100%!important;
         height:100%!important;
         border:10px solid #fff;
         position:relative;
         overflow:hidden;
         float:left;
         margin:10px;
     }
     .view .info{
         width:100%!important;
         height:100%!important;
         background:rgba(219,127,8, 0.7);
         position:absolute;
         top:0;
         left:0;
         text-align:center;
     }
     .view_img{
         width:100%;
         /*margin-left: -15px;*/
     }
     
    .view01{
        height:450px!important;
    } 
    
    .partner img{
        width:160px;
    }
  }

.view .info h2{
    font-size:16px;
    background:rgba(0,0,0,0.8);
    padding:10px;
    color:#fff;
    text-align:center;
    margin-top:20px;
}
.view .info p{
    font-size:12px;
    padding:10px 20px;
    line-height:18px;
    text-align:left;
    color:#fff;
}
.view .info a{
    color:#fff;
    font-size:12px;
    background:#000;
    padding:5px 15px;
    display:inline-block;
}
.view-frist .info{
    opacity:0;
    transition:all 0.4s linear;
}
.view-frist .info h2{
    transform:translateY(-100px);
    opacity:0;
    transition:all 0.2s linear;/*过渡 all  时间 linear 速度 匀速 ease*/
}
.view-frist .info p{
    transform:translateY(100px);
    opacity:0;
    transition:all 0.2s linear;
}
.view-frist .info a{
    transform:translateX(-200px);
    opacity:0;
    transition:all 0.2s linear;
}
/*数字 关键（odd even） 公式*/
.view-frist:nth-child(2n) .info a{
    transform:translateX(200px);
    opacity:0;
    transition:all 0.2s linear;
}
.view-frist:hover .info{
    opacity:1;
}
.view-frist:hover .info h2,.view-frist:hover .info p{
    opacity:1;
    transform:translateY(0);/*倾斜 旋转 比例缩放 位移*/
}
.view-frist:hover .info p{
    transition-delay:0.2s;/*延时*/
}
.view-frist:hover .info a{
    opacity:1;
    transform:translateX(0);
    transition-delay:0.3s;
} 